diff options
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index f3e49da4..87ea6d69 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -115,6 +115,17 @@ "format": " {}", "on-click": "$HOME/.config/hypr/scripts/KeyboardLayout.sh switch", }, +"custom/hypr_layout": { + "exec": "$HOME/.config/hypr/scripts/HyprLayoutModule.sh status", + "return-type": "json", + "interval": 2, + "signal": 8, + "format": "{}", + "on-click": "$HOME/.config/hypr/scripts/HyprLayoutModule.sh menu", + "on-click-right": "$HOME/.config/hypr/scripts/HyprLayoutModule.sh next", + "tooltip": true, + "escape": false +}, "custom/light_dark": { "format": " ", @@ -174,7 +185,7 @@ "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, }, - + "custom/power": { "format": " ⏻ ", "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", @@ -189,10 +200,10 @@ "tooltip": true, "tooltip-format": "Left Click: Reboot", }, - + "custom/quit": { "format": "", - "on-click": "hyprctl dispatch exit", + "on-click": "$HOME/.config/hypr/scripts/Logout.sh", "tooltip": true, "tooltip-format": "Left Click: Exit Hyprland", }, |
