diff options
| author | ryukamish <[email protected]> | 2026-04-13 21:19:15 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-13 21:19:15 +0530 |
| commit | 9a6d277740d7b77302459e4f78b6c15fc1e64634 (patch) | |
| tree | a48daada778d5231e8f2dd1f32e05b4635b7d874 /waybar | |
| parent | cb32e4a391fd2f9fc80823586a8a50fd252f19b3 (diff) | |
fix: modules not requiring tooltip and fixed workspace window indicator
Diffstat (limited to 'waybar')
| -rw-r--r-- | waybar/config.jsonc | 6 | ||||
| -rwxr-xr-x | waybar/niri-workspaces | bin | 701016 -> 701016 bytes |
2 files changed, 4 insertions, 2 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 82dea58..dc671e3 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -24,10 +24,12 @@ "max-length": 30 }, "clock": { - "format": "{:%a, %b %d %H:%M}" + "format": "{:%a, %b %d %H:%M}", + "tooltip": false }, "memory": { - "format": " {used}GiB" + "format": " {used}GiB", + "tooltip": false }, "battery": { "states": { diff --git a/waybar/niri-workspaces b/waybar/niri-workspaces Binary files differindex b14b41b..2505f4c 100755 --- a/waybar/niri-workspaces +++ b/waybar/niri-workspaces |
