diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 12:46:32 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 12:46:32 +0900 |
| commit | 7d376633842c143e658a3900c1d7fb10f8af4033 (patch) | |
| tree | e23bd823f47cef8d9c50e98ddec1a5d9aab19c17 /config/waybar | |
| parent | 3056d2060700d35b37b05634e226c734304a5efe (diff) | |
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
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/ModulesCustom | 19 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] Default_v4 | 53 |
2 files changed, 63 insertions, 9 deletions
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": { diff --git a/config/waybar/configs/[TOP] Default_v4 b/config/waybar/configs/[TOP] Default_v4 new file mode 100644 index 00000000..051aa848 --- /dev/null +++ b/config/waybar/configs/[TOP] Default_v4 @@ -0,0 +1,53 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v4 (Laptop) - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#line", + "custom/weather", + ], + +"modules-center": [ + "custom/swaync", + "custom/cava_mviz", + "custom/separator#dot-line", + "clock", + "custom/separator#line", + "hyprland/workspaces#kanji", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file |
