chore(waybar): add cpu module

This commit is contained in:
2025-07-22 08:39:29 +02:00
parent 09770263fb
commit ce3967e154
2 changed files with 6 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
],
"group/system": {
"orientation": "inherit",
"modules": ["memory", "disk"]
"modules": ["memory", "disk", "cpu"]
},
"group/misc": {
"orientation": "inherit",
@@ -190,6 +190,10 @@
"unit": "GiB",
"path": "/"
},
"cpu": {
"interval": 1,
"format": "{}% "
},
"memory": {
"interval": 3,
"tooltip": true,

View File

@@ -128,6 +128,7 @@ tooltip label {
#pulseaudio:not(.microphone),
#pulseaudio.microphone,
#memory,
#disk,
#backlight,
#bluetooth {
padding-right: 8px;