Initial commit after everything works

This commit is contained in:
2026-07-16 07:33:28 -04:00
parent 15a20af8a5
commit 19594ff8b3
7 changed files with 153 additions and 52 deletions
+1 -10
View File
@@ -46,7 +46,7 @@ label {
}
label {
text = cmd[update:60] uptime -p
text = cmd[update:60000] uptime -p
color = rgb(ebdbb2)
offont_size = 10
font_family = monospace
@@ -56,15 +56,6 @@ label {
valign = center
}
listener {
timeout = 300 # 5 minutes
on-timeout = sleep 60 && busctl --user call org.freedesktop.secrets /org/freedesktop/secrets org.freedesktop.Secret.Service Lock "as" 1 "/org/freedesktop/secrets/aliases/default" && hyprlock
}
listener {
timeout = 330 # 5.5 minutes
on-timeout = hyprctl dispatch dpms off # screen off
on-resume = hyprctl dispatch dpms on # screen on
}
# vim:ft=hyprlang