dotfiles/.config/waybar/style.css

77 lines
1 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 14pt;
min-height: 0;
}
window#waybar {
background: #383C4A;
color: #D3DAE3;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: #2F343F;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: #383C4A;
background: #2F343F;
}
#clock,
#disk,
#pulseaudio,
#battery,
#tray {
padding: 0 10px;
background: #2F343F;
}
#workspaces {
padding: 0 5px;
background: #2F343F;
}
#mode {
color: #4DADD4;
padding-right: 10px;
background: #2F343F;
}
#idle_inhibitor {
padding-left: 10px;
background: #2F343F;
}
#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;
}