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