waybar system monitor module bug
Closed this issue · 0 comments
g5ostXa commented
Description:
- On waybar,
disk space
in the system monitor module shows incorrect values. - Also, the icon
< >
doesn't show anymore.
Expected behaviour:
- Should look lke this with correct values for the
<used disk>
module:
23%/C9%/M15%
How it looks currently:
- Note the wrong value <
89%
> and that the icon< >
is missing:
89%/C9%/M15%
Here's a snippet from my current modules.json
for waybar
:
"used disk": {
"interval": 30,
"format": " {percentage_used}%",
"path": "/",
"on-click": "alacritty -e ~/src/Scripts/sandboxes/bwrap-btop.sh"
},