dotfiles/system/.config/waybar/style.css
Severin Kaderli db2874739a
Adjust waybar styles
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-01-13 18:39:56 +01:00

49 lines
755 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 20px;
}
#workspaces button:hover {
background-color: #A4A0AC;
color: #18161d;
}
#workspaces button.focused.current_output {
background-color: #A4A0AC;
color: #18161d;
}