1
0
Fork 0

waybar: Fix label margin for CPU

This commit is contained in:
coderkun 2024-10-13 17:42:54 +02:00
parent 720f2bae50
commit e8f57fdeeb

View file

@ -9,7 +9,7 @@
"format": "<span style=\"italic\">{}</span>"
},
"cpu": {
"format": " {usage}%"
"format": " {usage}%"
},
"memory": {
"format": " {used:0.1f}G/{total:0.1f}G ({percentage}%)"