This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/waybar/style.css

101 lines
1.4 KiB
CSS

/**
* solarized dark colorscheme:
*
* base03 #002b36
* base02 #073642
* base01 #586e75
* base00 #657b83
* base0 #839496
* base1 #93a1a1
* base2 #eee8d5
* base3 #fdf6e3
* yellow #b58900
* orange #cb4b16
* red #dc322f
* magenta #d33682
* violet #6c71c4
* blue #268bd2
* cyan #2aa198
* green #859900
*/
* {
border-radius: 0;
font-family: Iosevka Fixed Slab;
min-height: 0;
}
window#waybar {
background-color: rgba(29,32,33,1);
border: 1px solid #89b482;
}
#custom-separator {
color: #696969;
}
#tags {
margin-left: 5px;
padding: 1px;
}
#tags button {
margin: 1px;
padding: 1px;
color: #424242;
}
#tags button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: none; /*base02*/
border: none;
}
#tags button.occupied {
color: #fbf1c7;
}
#tags button.focused,
#tags button.focused.occupied {
color: #f7a583;
font-weight: bold;
}
#clock,
#cpu,
#network,
#pulseaudio,
#temperature {
margin-right: 5px;
padding: 1px;
}
#clock,
#cpu,
#mpd,
#network,
#pulseaudio,
#temperature {
color: #fbf1c7;
}
#mpd.paused {
color: #f7a583;
}
#pulseaudio.muted {
color: #f7a583;
}
#cpu.warning,
#memory.warning {
border: 2px solid #f7a583;
}
#cpu.critical,
#memory.critical,
#temperature.critical {
border: 2px solid #b73935;
}