-# kak: filetype=conf:tabstop=4:indentwidth=4
+# kak: filetype=conf:tabstop=5:indentwidth=4
# ░█░█░█░█░█▀█░█▀▄░█░░░█▀█░█▀█░█▀▄░░░█▀▀░█▀█░█▀█░█▀▀░▀█▀░█▀▀
# ░█▀█░░█░░█▀▀░█▀▄░█░░░█▀█░█░█░█░█░░░█░░░█░█░█░█░█▀▀░░█░░█░█
# ░▀░▀░░▀░░▀░░░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀░░░░▀▀▀░▀▀▀░▀░▀░▀░░░▀▀▀░▀▀▀
general {
- lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
- before_sleep_cmd = loginctl lock-session # lock before suspend.
- # after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
- after_sleep_cmd = openrgb -p default
+ lock_cmd = qs -c noctalia-shell ipc call lockScreen lock # avoid starting multiple hyprlock instances.
+ before_sleep_cmd = loginctl lock-session # lock before suspend.
+ after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
}
-# listener {
-# timeout = 150 # 2.5min.
-# on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
-# on-resume = brightnessctl -r # monitor backlight restore.
-# }
-
-# # turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
-# listener {
-# timeout = 150 # 2.5min.
-# on-timeout = brightnessctl -sd rgb:kbd_backlight set 0 # turn off keyboard backlight.
-# on-resume = brightnessctl -rd rgb:kbd_backlight # turn on keyboard backlight.
-# }
-
listener {
- # timeout = 1200 # 20min
- timeout = 300 # 5min
+ timeout = 600 # 10min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}
listener {
- # timeout = 2400 # 45min
- timeout = 600 # 10min
+ timeout = 900 # 15min
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 = 3600 # 90min
- timeout = 1200 # 20min
+ timeout = 1500 # 30min
on-timeout = loginctl suspend # suspend pc
- # on-resume = openrgb -p default # reset lighting on resume
}
-background = rgba(1c1822ff)
-base = rgba(1c1822ff)
-text = rgba(e9e4f0ff)
-alternate_base = rgba(262130ff)
-bright_text = rgba(f3edf7ff)
-accent = rgba(c7a1d8ff)
-accent_secondary = rgba(a984c4ff)
\ No newline at end of file
+background = rgba(1f1f28ff)
+base = rgba(1f1f28ff)
+text = rgba(c8c093ff)
+alternate_base = rgba(2a2a37ff)
+bright_text = rgba(1f1f28ff)
+accent = rgba(76946aff)
+accent_secondary = rgba(c0a36eff)
\ No newline at end of file