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 "tooltip": false
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {

View file

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