dotfiles/.config/waybar/style.css
2024-01-30 15:30:25 +01:00

50 lines
627 B
CSS

* {
border: none;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 14pt;
}
window#waybar {
background: #2F343F;
color: #D3DAE3;
}
#clock,
#disk,
#pulseaudio,
#battery,
#tray,
#idle_inhibitor,
#workspaces,
#mode,
#custom-notification {
padding: 0 5px;
}
#mode {
color: #4DADD4;
}
#workspaces button {
padding: 0 5px;
background: transparent;
color: #D3DAE3;
}
#workspaces button.visible {
color: #FFFFFF;
font-weight: bold;
}
#workspaces button.urgent {
color: #F27835;
}
#battery.warning {
color: #F27835;
}
#battery.critical {
color: #FC4138;
}