From 780825716988b8ff8eda32c2282fcff5462b25e8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 23 Dec 2023 22:19:24 +0900 Subject: [PATCH] updated waybar modules --- config/waybar/modules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index 7906a27..a462e75 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -451,7 +451,7 @@ }, "tray": { - "icon-size": 14, + "icon-size": 15, "spacing": 8, }, @@ -490,7 +490,7 @@ "custom/keybinds": { "format":"󰺁 HINT!", - "exec": "echo ; echo  Key Hints", + "exec": "echo ; echo  Key Hints SUPER H", "on-click": "~/.config/hypr/scripts/KeyHints.sh", "interval" : 86400, // once every day "tooltip": true, @@ -546,7 +546,7 @@ }, "custom/power": { - "format": "⏻{}", + "format": "⏻ ", "exec": "echo ; echo 󰟡 power // blur", "on-click": "~/.config/hypr/scripts/Wlogout.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",