diff options
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 86cbe6c6..df5f8786 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -40,7 +40,7 @@ "custom/settings": { "format": " ", - "on-click": "$HOME/.config/hypr/UserScripts/Kool_Quick_Settings.sh", + "on-click": "$HOME/.config/hypr/scripts/Kool_Quick_Settings.sh", "tooltip": true, "tooltip-format": "Launch KooL Hyprland Settings Menu", }, @@ -217,4 +217,53 @@ "interval": "once", "tooltip": false }, +"custom/arrow1": { + "format": "", + "tooltip": false +}, + +"custom/arrow2": { + "format": "", + "tooltip": false +}, + +"custom/arrow3": { + "format": "", + "tooltip": false +}, + +"custom/arrow4": { + "format": "", + "tooltip": false +}, + +"custom/arrow5": { + "format": "", + "tooltip": false +}, + +"custom/arrow6": { + "format": "", + "tooltip": false +}, + +"custom/arrow7": { + "format": "", + "tooltip": false +}, + +"custom/arrow8": { + "format": "", + "tooltip": false +}, + +"custom/arrow9": { + "format": "", + "tooltip": false +}, + +"custom/arrow10": { + "format": "", + "tooltip": false +} }
\ No newline at end of file |
