increase transition duration : waybar

This commit is contained in:
Joel Mathew Thomas
2024-05-31 14:49:14 +05:30
parent 424ba30d59
commit dd10e7d0fb
6 changed files with 16 additions and 12 deletions
+4 -4
View File
@@ -13,14 +13,14 @@ general {
# Screenlock
listener {
# HYPRLOCK TIMEOUT
timeout = 330
timeout = 180
# HYPRLOCK ONTIMEOUT
on-timeout = hyprlock
}
# screen brightness
listener {
timeout = 300 # 5 min.
timeout = 240
on-timeout = brightnessctl -s set 10
on-resume = brightnessctl -r
}
@@ -28,7 +28,7 @@ listener {
# dpms
listener {
# DPMS TIMEOUT
timeout = 360
timeout = 300
# DPMS ONTIMEOUT
on-timeout = hyprctl dispatch dpms off
# DPMS ONRESUME
@@ -36,6 +36,6 @@ listener {
}
listener {
timeout = 900 # 15min
timeout = 600
on-timeout = systemctl suspend # suspend pc
}