add waybar config
This commit is contained in:
27
waybar/modules/cpu.jsonc
Normal file
27
waybar/modules/cpu.jsonc
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"cpu": {
|
||||
"interval": 10,
|
||||
"format": " {usage}%",
|
||||
"format-warning": " {usage}%",
|
||||
"format-critical": " {usage}%",
|
||||
// "format-icons":
|
||||
"min-length": 7,
|
||||
"max-length": 7,
|
||||
// "align":
|
||||
// "justify":
|
||||
// "rotate":
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 90
|
||||
},
|
||||
// "on-click":
|
||||
// "on-click-middle":
|
||||
// "on-click-right":
|
||||
// "on-update":
|
||||
// "on-scroll-up":
|
||||
// "on-scroll-down":
|
||||
// "smooth-scrolling-threshold":
|
||||
"tooltip": false
|
||||
// "expand":
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user