dotfiles/system/.config/waybar/style.css
Severin Kaderli f8c131b5f3
Add Waybar configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-01-04 16:30:36 +01:00

49 lines
750 B
CSS

* {
border: none;
border-radius: 0;
font-family: "Iosevka Nerd Font", sans-serif;
font-size: 14px;
min-height: 0;
}
#waybar {
background-color: #18161d;
color: #A4A0AC;
}
#tray,
#network,
#pulseaudio,
#clock,
#battery,
#custom-update,
#custom-power {
padding: 0 10px;
}
#tray:hover,
#network:hover,
#pulseaudio:hover,
#clock:hover,
#battery:hover,
#custom-update:hover,
#custom-power:hover {
background-color: #A4A0AC;
color: #18161d;
}
#workspaces button {
background-color: #18161d;
color: #A4A0AC;
padding: 0;
}
#workspaces button:hover {
background-color: #A4A0AC;
color: #18161d;
}
#workspaces button.focused.current_output {
background-color: #A4A0AC;
color: #18161d;
}