commit 9a6d277740d7b77302459e4f78b6c15fc1e64634
parent cb32e4a391fd2f9fc80823586a8a50fd252f19b3
Author: ryukamish <[email protected]>
Date: Mon, 13 Apr 2026 21:19:15 +0530
fix: modules not requiring tooltip and fixed workspace window indicator
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git 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 differ.