diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-05 00:11:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 00:11:05 +0900 |
| commit | e27bc1e75280f02a0798e7150d7e7c775ee1aff6 (patch) | |
| tree | 156f3d32fc5f6d20389baa84b496ad94f9406d6a /config/waybar/modules | |
| parent | 41c3de1b08d253a8b9a78f7c15ee1eb2ac1d9395 (diff) | |
| parent | c32e177c6696c3d283188cbabc1a78cd4364476c (diff) | |
Merge pull request #233 from JaKooLit/development
V2.2.10 Changes
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, |
