+ brightnessctl & playerctl
This commit is contained in:
@@ -113,7 +113,6 @@ aur:yt-dlp-git # cli downloader - youtube-dl fork
|
||||
#p7zip # file archiver
|
||||
#pasystray # pulse audio system tray
|
||||
#pdfarranger # pdf editor
|
||||
#playerctl # media player controller
|
||||
#plocate # faster mlocate alternative
|
||||
#polkit # toolkit for controlling system-wide privileges | needed for tuxedo-control-center rights
|
||||
#reaper # daw
|
||||
@@ -139,7 +138,7 @@ aur:yt-dlp-git # cli downloader - youtube-dl fork
|
||||
#xorg-xdpyinfo # display information utility for x
|
||||
#zed # code editor
|
||||
|
||||
lm_sensors # tools for general smbus access and hardware monitoring
|
||||
brightnessctl # brightness control tool
|
||||
cups # printing
|
||||
cups-pdf # pdf printer for cups
|
||||
fd # user-friendly alternative to find | https://github.com/sharkdp/fd
|
||||
@@ -147,6 +146,7 @@ htop # view processes
|
||||
keepassxc # password manager
|
||||
kitty # terminal
|
||||
less # cli text viewer
|
||||
lm_sensors # tools for general smbus access and hardware monitoring
|
||||
nextcloud-client # nextcloud sync client
|
||||
noto-fonts # google noto ttf fonts
|
||||
noto-fonts-cjk # asian characters fonts
|
||||
@@ -155,6 +155,7 @@ noto-fonts-extra # google noto ttf fonts - additional var
|
||||
nwg-look # wayland alternative to lxappearance
|
||||
pavucontrol # pulseaudio volume control
|
||||
pcmanfm # file manager
|
||||
playerctl # media player controller
|
||||
psensor # graphical hardware temperature monitoring application
|
||||
rsync # file copying tool
|
||||
samba # access samba shares (smb://) and cifs mounts (cifs-utils)
|
||||
|
||||
17
dots/hypridle/hypridle.conf
Normal file
17
dots/hypridle/hypridle.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# timeout in seconds
|
||||
#
|
||||
# https://github.com/hyprwm/hypridle
|
||||
# https://wiki.hypr.land/Hypr-Ecosystem/hypridle/
|
||||
|
||||
general {
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 1800 # 30x60
|
||||
on-timeout = hyprlock
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 2400 # 45x60
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
}
|
||||
44
dots/hyprlock/hyprlock.conf
Normal file
44
dots/hyprlock/hyprlock.conf
Normal file
@@ -0,0 +1,44 @@
|
||||
background {
|
||||
monitor =
|
||||
path = ~/.config/hypr/3840x2160_retroSunsetDreamscape_backiee-285012-landscape.png # only png supported for now
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
|
||||
# all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations
|
||||
blur_passes = 0 # 0 disables blurring
|
||||
blur_size = 7
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 200, 50
|
||||
outline_thickness = 1
|
||||
dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8
|
||||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||
outer_color = rgb(253, 168, 47)
|
||||
inner_color = rgb(30, 28, 50)
|
||||
font_color = rgb(255, 94, 84)
|
||||
fade_on_empty = true
|
||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
|
||||
hide_input = false
|
||||
rounding = -1 # -1 means complete rounding (circle/oval)
|
||||
check_color = rgb(204, 136, 34)
|
||||
fail_color = rgb(204, 34, 34) # if authentication failed, changes outer_color and fail message color
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
|
||||
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
|
||||
capslock_color = rgb(255, 255, 0) # -1 for no change
|
||||
numlock_color = rgb(0, 255, 0)
|
||||
bothlock_color = rgb(255, 255, 255) # when both locks are active. -1 means don't change outer color (same for above)
|
||||
invert_numlock = false # change color if numlock is off
|
||||
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
Reference in New Issue
Block a user