Merge branch 'upstream-custom' into dev
This commit is contained in:
commit
1f63a28eeb
@ -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"
|
||||
]
|
||||
},
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user