From adec35443c88d67a10ef72a97cd21a16d9fec91d Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sat, 14 Jun 2025 22:47:36 +0200 Subject: [PATCH] waybar: optimize --- waybar/modules/caffeine.sh | 4 ++-- waybar/style.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/waybar/modules/caffeine.sh b/waybar/modules/caffeine.sh index 9f249f7..da39558 100755 --- a/waybar/modules/caffeine.sh +++ b/waybar/modules/caffeine.sh @@ -21,8 +21,8 @@ sleep 0.3 # Allow hypridle to start pid=$(pgrep -x "hypridle") if [ -n "$pid" ]; then output "inactive" "inactive" - notify-send "Caffeine disabled" "Caffeine mode is now inactive." + notify-send "Caffeine disabled" "zzz..." else output "active" "active" - notify-send "Caffeine enabled" "Caffeine mode is now active." + notify-send "Caffeine enabled" "POWERRR!!!" fi \ No newline at end of file diff --git a/waybar/style.css b/waybar/style.css index 513ee99..f6ca73a 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,7 +1,8 @@ @import 'mocha.css'; * { - font-family: 'Fira Sans Semibold', 'Font Awesome 6 Free', FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-family: 'Fira Sans Semibold', 'Font Awesome 6 Free', FontAwesome, 'MesloLGM Nerd Font', 'Maple Mono CN ExtraLight', + Arial, sans-serif; font-size: 12px; /* Slightly smaller font size */ font-weight: 900; margin: 0;