update: waybar

This commit is contained in:
wyj
2024-05-26 02:54:26 -04:00
parent 2a3b26adb7
commit 6cf2a43c2c
2 changed files with 22 additions and 6 deletions
+13 -5
View File
@@ -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"
]
},