Files
dotfiles/config/waybar/style.css

54 lines
866 B
CSS

/* Colors */
@define-color background #191e2a;
@define-color background-alt #202734;
@define-color foreground #cbccc6;
@define-color primary #ffa759;
window#waybar {
background: @background;
color: @foreground;
font-family: "Fira Code", "Font Awesome 5 Free Solid";
font-size: 13px;
}
#workspaces {
/* background: @background-alt; */
/* margin: 10px; */
/* border-radius: 8px; */
}
#workspaces button {
background: transparent;
border-radius: 0;
}
#workspaces button.focused {
background: @background-alt;
color: @primary;
}
#workspaces button.urgent {
background: @primary;
}
#mode {
color: @primary;
}
#tray,
#custom-dnd,
#pulseaudio,
#language,
#network,
#clock,
#custom-power-menu {
/* background: @background-alt; */
margin: 8px;
/* padding: 7px; */
/* border-radius: 8px; */
}
#pulseaudio.muted {
color: @primary;
}