update waybar config

This commit is contained in:
Johannes Loher 2023-11-06 12:04:05 +01:00
parent 8096941855
commit e1a535e293
Signed by: saluu
GPG key ID: BB8E7A0EB4C59227
2 changed files with 5 additions and 45 deletions

View file

@ -26,7 +26,6 @@
"tooltip": false
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {

View file

@ -1,9 +1,7 @@
* {
border: none;
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 14pt;
min-height: 0;
}
window#waybar {
@ -15,28 +13,20 @@ window#waybar {
#disk,
#pulseaudio,
#battery,
#tray {
padding: 0 5px;
color: #D3DAE3;
}
#workspaces {
#tray,
#idle_inhibitor,
#workspaces,
#mode {
padding: 0 5px;
}
#mode {
color: #4DADD4;
padding: 0 5px;
}
#idle_inhibitor {
color: #D3DAE3;
padding: 0 5px;
}
#workspaces button {
padding: 0 5px;
background: #2F343F;
background: transparent;
color: #D3DAE3;
}
@ -49,11 +39,6 @@ window#waybar {
color: #F27835;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#battery.warning {
color: #F27835;
}
@ -61,27 +46,3 @@ window#waybar {
#battery.critical {
color: #FC4138;
}
/* temporary fix */
button {
border: none;
}
label:disabled,
button:disabled {
color: inherit;
}
button:hover {
background: inherit;
}
/* temporary fix */
button {
border: none;
}
label:disabled,
button:disabled {
color: inherit;
}