diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
| commit | cb5e0b87900306ff00ad27178c51b9140e594170 (patch) | |
| tree | ede7659059e5b54aa4a1ec0b99deffee2384c24d /config/waybar | |
| parent | 7b058a7d9573d87c1e0b6c551c77e6a8f009be58 (diff) | |
Added hints
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/configs/config-default | 4 | ||||
| -rw-r--r-- | config/waybar/modules | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index 4567d761..a5971638 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -35,7 +35,9 @@ "custom/separator#dot-line", "custom/light_dark", "custom/separator#dot-line", - "custom/lock", + "custom/lock", + "custom/separator#dot-line", + "custom/keybinds", ], "modules-right": [ diff --git a/config/waybar/modules b/config/waybar/modules index 6617ed34..3b033aa7 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -7,7 +7,7 @@ //"format-icons": ["", "", ""], "format": "{icon}", "format-icons": ["", "", "", "", "", "", "", "", ""], - "tooltip-format": "{percent}%", + "tooltip-format": "backlight {percent}%", "icon-size": 10, "on-click": "", "on-click-middle": "", @@ -310,10 +310,10 @@ "tooltip-format": "Change wallpaper or style" }, -"custom/keybindings": { - "format":"", +"custom/keybinds": { + "format":" HINT!", "tooltip": false, - "on-click": "~/.config/hypr/scripts/Help.sh", + "on-click": "~/.config/hypr/scripts/KeyHints.sh", }, "custom/light_dark": { |
