update: waybar

This commit is contained in:
Yingjie Wang 2024-05-26 02:54:26 -04:00
parent 2a3b26adb7
commit 6cf2a43c2c
2 changed files with 22 additions and 6 deletions

View File

@ -246,9 +246,15 @@
// END CLOCK FORMAT
},
// System
"custom/system": {
"format": "",
// spacer
"custom/spacer": {
"format": " ",
"tooltip": false
},
// div
"custom/div": {
"format": " | ",
"tooltip": false
},
@ -281,7 +287,9 @@
"orientation": "inherit",
"modules": [
"cpu",
"div",
"memory",
"div",
"network"
]
},

View File

@ -295,7 +295,15 @@ window#waybar.empty #window {
opacity:0.8;
} */
#groups
#hardware {
background-color: @backgroundlight;
font-size: 16px;
color: @textcolor2;
border-radius: 15px;
padding: 2px 10px 0px 10px;
margin: 8px 10px 8px 0px;
opacity:0.8;
}
#language {
margin-right:10px;