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

View File

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