Waybar : Add braces around cpu load.

This commit is contained in:
Dmitry Voronin 2024-05-04 10:06:29 +03:00
parent 9786428e49
commit 022f1904b7
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -77,7 +77,7 @@
// "ignored-players": ["firefox"] // "ignored-players": ["firefox"]
}, },
"cpu": { "cpu": {
"format": "{usage}% {load}", "format": "{usage}% ({load})",
"tooltip": false "tooltip": false
}, },
"memory": { "memory": {