From 8040be99a879c8af745905fc88655c6b04450e8e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Mar 2025 17:32:33 +0900 Subject: Added Top & Bot waybar v2 layout, Prismatic Glow waybar style. Adjust Select wallpaper yad to avoid multiple yad notification --- config/waybar/ModulesCustom | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config/waybar/ModulesCustom') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index fc26cfed..822b585a 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -140,6 +140,20 @@ "tooltip-format": "Left Click: Logout Menu\nRight Click: Change Blur", }, +"custom/reboot": { + "format": "󰜉", + "on-click": "systemctl reboot", + "tooltip": true, + "tooltip-format": "Left Click: Reboot", +}, + +"custom/quit": { + "format": "󰗼", + "on-click": "hyprctl dispatch exit", + "tooltip": true, + "tooltip-format": "Left Click: Exit Hyprland", +}, + "custom/swaync": { "tooltip": true, "tooltip-format": "Left Click: Launch Notification Center\nRight Click: Do not Disturb", -- cgit v1.2.3