feat(all): desktop configuration split

differences: less aggressive power conservation, more detailed bar,
larger password input field
This commit is contained in:
2025-01-19 00:54:42 +01:00
parent cff7481286
commit 59217b3ec2
6 changed files with 90 additions and 19 deletions

View File

@@ -19,17 +19,17 @@ listener {
# }
listener {
timeout = 300 # 5min
timeout = 1800 # 30 min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
timeout = 330 # 5.5min
timeout = 1800 # 30 min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}
listener {
timeout = 1800 # 30min
on-timeout = systemctl suspend # suspend pc
}
#listener {
# timeout = 1800 # 30min
# on-timeout = systemctl suspend # suspend pc
#}

View File

@@ -52,9 +52,9 @@ input {
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 1
gaps_out = 2
border_size = 1
gaps_in = 2
gaps_out = 4
border_size = 2
col.active_border = $blue
col.inactive_border = $overlay0

View File

@@ -58,7 +58,7 @@ label {
# INPUT FIELD
input-field {
monitor =
size = 300, 60
size = 900, 60
outline_thickness = 4
dots_size = 0.2
dots_spacing = 0.2