waybar: update config
This commit is contained in:
parent
9d81950832
commit
f5ada520af
|
@ -2,16 +2,12 @@
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: Iosevka ss08;
|
font-family: Iosevka ss08;
|
||||||
font-size: 20px;
|
font-size: 14px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition-duration: 0s;
|
transition-duration: 0s;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.eDP-1 * {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
window {
|
||||||
color: #efefff;
|
color: #efefff;
|
||||||
background: rgba(35, 38, 53, 0.8);
|
background: rgba(35, 38, 53, 0.8);
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 24,
|
"icon-size": 18,
|
||||||
"show-passive-items": true
|
"show-passive-items": true
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
|
|
Loading…
Reference in New Issue