dotfiles/system/.config/waybar/style.css
Severin Kaderli cba3aa1302
Adjust styles of buttons in Waybar
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2022-11-06 22:45:54 +01:00

55 lines
871 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;
}
button {
background-image: none;
background-color: #18161d;
color: #A4A0AC;
padding: 0 20px;
}
button,
button:active,
button:hover {
box-shadow: none;
-gtk-icon-shadow: none;
background-image: none;
font-weight: normal;
box-shadow: none;
-gtk-icon-shadow: none;
text-shadow: none;
-gtk-icon-effect: none;
transition: background-color 0.1s;
}
button:active,
button:hover {
background-color: #A4A0AC;
color: #18161d;
}
button.focused.current_output {
background-color: #A4A0AC;
color: #18161d;
}