summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/hyprland/.config/waybar/config')
-rw-r--r--dotfiles/hyprland/.config/waybar/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/config b/dotfiles/hyprland/.config/waybar/config
index 422096f..5582dc6 100644
--- a/dotfiles/hyprland/.config/waybar/config
+++ b/dotfiles/hyprland/.config/waybar/config
@@ -7,6 +7,7 @@
"margin-right": 10,
"modules-left": [
+ "custom/menu",
"hyprland/workspaces",
"custom/layout",
"hyprland/window"
@@ -33,6 +34,13 @@
]
},
+ "custom/menu": {
+ "format": " ",
+ "tooltip": false,
+ "on-click": "fuzzel",
+ "on-click-right": "pgrep -x wlogout || wlogout -b 3 -T 600 -B 600 -L 1200 -R 1200 -c 20 -r 20"
+ },
+
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,