dotfiles/.config/waybar/style.css
2022-11-06 18:50:53 +01:00

87 lines
1.1 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 14pt;
min-height: 0;
}
window#waybar {
background: #2F343F;
color: #D3DAE3;
}
#clock,
#disk,
#pulseaudio,
#battery,
#tray {
padding: 0 5px;
color: #D3DAE3;
}
#workspaces {
padding: 0 5px;
}
#mode {
color: #4DADD4;
padding: 0 5px;
}
#idle_inhibitor {
color: #D3DAE3;
padding: 0 5px;
}
#workspaces button {
padding: 0 5px;
background: #2F343F;
color: #D3DAE3;
}
#workspaces button.visible {
color: #FFFFFF;
font-weight: bold;
}
#workspaces button.urgent {
color: #F27835;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#battery.warning {
color: #F27835;
}
#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;
}