Merge branch 'upstream-custom' into dev

This commit is contained in:
wyj
2024-05-26 02:54:37 -04:00
2 changed files with 22 additions and 6 deletions
+11 -3
View File
@@ -246,9 +246,15 @@
// END CLOCK FORMAT // END CLOCK FORMAT
}, },
// System // spacer
"custom/system": { "custom/spacer": {
"format": "", "format": " ",
"tooltip": false
},
// div
"custom/div": {
"format": " | ",
"tooltip": false "tooltip": false
}, },
@@ -281,7 +287,9 @@
"orientation": "inherit", "orientation": "inherit",
"modules": [ "modules": [
"cpu", "cpu",
"div",
"memory", "memory",
"div",
"network" "network"
] ]
}, },
+9 -1
View File
@@ -295,7 +295,15 @@ window#waybar.empty #window {
opacity:0.8; 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 { #language {
margin-right:10px; margin-right:10px;