update: waybar
This commit is contained in:
@@ -246,21 +246,27 @@
|
||||
// END CLOCK FORMAT
|
||||
},
|
||||
|
||||
// System
|
||||
"custom/system": {
|
||||
"format": "",
|
||||
// spacer
|
||||
"custom/spacer": {
|
||||
"format": " ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// div
|
||||
"custom/div": {
|
||||
"format": " | ",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
// CPU
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"format": " {usage}% ",
|
||||
"on-click": "alacritty -e htop"
|
||||
},
|
||||
|
||||
// Memory
|
||||
"memory": {
|
||||
"format": " {used:0.1f}G",
|
||||
"format": " {used:0.1f}G ",
|
||||
"on-click": "alacritty -e htop"
|
||||
},
|
||||
|
||||
@@ -281,7 +287,9 @@
|
||||
"orientation": "inherit",
|
||||
"modules": [
|
||||
"cpu",
|
||||
"div",
|
||||
"memory",
|
||||
"div",
|
||||
"network"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user