Files
dotfiles/config/waybar/style.css

55 lines
819 B
CSS

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