diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 09:10:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-04 09:10:40 +0900 |
| commit | efa04b17a6fd9a389c762c832f22752bc2f5c67b (patch) | |
| tree | db2a2bc24768abb1ac1b5cef31c4ebad2e10d183 /config/waybar/modules | |
| parent | 19e62f8cdf46ce3bd658848511498e7358ceb0eb (diff) | |
New Default icon for waybar menu module
Renamed custom-keybinds to hints on waybar module, css and configs
new waybar config default v2, which will be default for this release
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index fed721be..f42f89d0 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -465,7 +465,7 @@ "tooltip": true, }, -"custom/keybinds": { +"custom/hint": { "format":" HINT!", "exec": "echo ; echo Key Hints SUPER H", "on-click": "~/.config/hypr/scripts/KeyHints.sh", @@ -499,7 +499,7 @@ }, "custom/menu": { - "format": "{}", + "format": "{}", "exec": "echo ; echo app launcher", "interval" : 86400, // once every day "tooltip": true, |
