chore(waybar): add cpu module
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user