From 7d376633842c143e658a3900c1d7fb10f8af4033 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 20 Sep 2024 12:46:32 +0900 Subject: updates: Keybinds added in Hint button (right click), Added Default_v4 waybar for non-laptop. Minor ags style tweak. Minor tweak on config-keybinds.rasi --- config/waybar/ModulesCustom | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'config/waybar/ModulesCustom') diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index 201c97b7..d0c8e506 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -57,20 +57,21 @@ "custom/hint": { "format": "󰺁 HINT!", "on-click": "$HOME/.config/hypr/scripts/KeyHints.sh", + "on-click-right": "$HOME/.config/hypr/scripts/KeyBinds.sh", "tooltip": true, - "tooltip-format": "󱧣 Quick Tips", + "tooltip-format": "Left Click: Quick Tips\nRight Click: Keybinds", }, // Hypridle inhibitor "custom/hypridle": { - "format": "󱫗 ", - "return-type": "json", - "escape": true, - "exec-on-event": true, - "interval": 60, - "exec": "$HOME/.config/hypr/scripts/Hypridle.sh status", - "on-click": "$HOME/.config/hypr/scripts/Hypridle.sh toggle", - "on-click-right": "hyprlock" + "format": "󱫗 ", + "return-type": "json", + "escape": true, + "exec-on-event": true, + "interval": 60, + "exec": "$HOME/.config/hypr/scripts/Hypridle.sh status", + "on-click": "$HOME/.config/hypr/scripts/Hypridle.sh toggle", + "on-click-right": "hyprlock" }, "custom/keyboard": { -- cgit v1.2.3