use smaller font size for hypridle notification

This commit is contained in:
ItsDrike 2024-03-14 00:38:53 +01:00
parent 973bd59b59
commit 7a63d4df6f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -12,7 +12,7 @@ general {
listener {
timeout = 300
# use hyprland notifications, in case dunst notifs are paused or whatever
on-timeout = hyprctl notify 0 10000 "rgb(ff0000)" "fontsize:23 System going idle in 10 seconds..."
on-timeout = hyprctl notify 0 10000 "rgb(ff0000)" "fontsize:20 System going idle in 10 seconds..."
on-resume = hyprctl dismissnotify 1
}