dotfiles/desktop-gruvbox-sway/.config/waybar/style.css
2024-02-13 20:02:16 -06:00

64 lines
884 B
CSS

/*
* style.css
* Copyright (C) 2021 Vintage Salt
*
* Distributed under terms of the MIT license.
*/
* {
border: none;
border-radius: 0;
font-family: IBM Plex Sans Medium;
font-size: 13px;
}
window#waybar {
background: #282828;
border-bottom: 4px solid #32302f;
}
/* swaywm stuff */
#workspaces {
padding: 0 6px;
}
#workspaces button {
background: transparent;
color: #ebdbb2;
padding: 0 0.9em;
}
#workspaces button.focused {
background: #83a598;
color: #282828;
}
#mode {
background: #fb4934;
color: @theme_base_color;
padding: 0 1em;
}
/* widgets */
#pulseaudio {
padding: 0 1em;
color: #ebdbb2;
}
#battery {
padding: 0 1em;
}
#battery.charging {
color: #b8bb26;
}
#battery.good {
color: #b8bb26;
}
#battery.warning {
color: #fabd2f;
}
#battery.critical {
color: #fb4934;
}
#clock {
border-left: 1px solid #32302f;
color: #ebdbb2;
padding: 0 1em;
}