From 7a63d4df6f43209bc02a5bb960ebcd102814c482 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 14 Mar 2024 00:38:53 +0100 Subject: [PATCH] use smaller font size for hypridle notification --- home/.config/hypr/hypridle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hypridle.conf b/home/.config/hypr/hypridle.conf index d580f0f..d20558d 100644 --- a/home/.config/hypr/hypridle.conf +++ b/home/.config/hypr/hypridle.conf @@ -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 }