diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-14 22:23:44 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-14 22:23:44 +0900 |
| commit | ae9c85b7e5150d66c4c34f56017f5837a7dc3913 (patch) | |
| tree | b1cbb59f784ec5f2a60df4b6b79b21167ed9770e /config/waybar/Modules | |
| parent | 2e0d127796ab94fe58657b3050d6da3609e81e38 (diff) | |
The return of the waybar idle_inhibitor module to configs
Diffstat (limited to 'config/waybar/Modules')
| -rw-r--r-- | config/waybar/Modules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules index 653c7efe..10274170 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -269,10 +269,13 @@ }, }, "idle_inhibitor": { + "tooltip": true, + "tooltip-format-activated": "Idle_inhibitor active", + "tooltip-format-deactivated": "Idle_inhibitor not active", "format": "{icon}", "format-icons": { - "activated": " ", - "deactivated": " ", + "activated": " ", + "deactivated": " ", } }, "keyboard-state": { |
