.dotfiles/configs/waybar/style.css

97 lines
1.5 KiB
CSS
Raw Normal View History

2021-11-02 12:19:04 +01:00
* {
border: none;
2021-11-02 18:26:26 +01:00
border-radius: 5px;
2021-11-02 12:19:04 +01:00
font-family: Font Awesome, Hack Nerd Font;
font-size: 13px;
transition-duration: 0s;
2021-11-02 18:26:26 +01:00
/*color: #c0c5ce;*/
}
window#waybar {
background: transparent;
}
window > box {
margin: 10px;
margin-bottom: 0px;
background: #2b303b;
padding: 3px;
/*border-bottom: 3px solid rgba(100, 114, 125, 0.5);*/
2021-11-02 12:19:04 +01:00
}
window {
2021-11-02 18:26:26 +01:00
background: #2b303b;
margin: 0px;
2021-11-02 12:19:04 +01:00
}
#workspaces {
2021-11-02 18:26:26 +01:00
margin: 0 0px;
2021-11-02 12:19:04 +01:00
}
#workspaces button {
2021-11-02 18:26:26 +01:00
padding: 0px 8px;
color: white;
2021-11-02 12:19:04 +01:00
}
2021-11-02 18:26:26 +01:00
#workspaces button:hover{
opacity: 0.9;
2021-11-02 12:19:04 +01:00
}
#workspaces button.focused {
2021-11-02 18:26:26 +01:00
background-color: white;
color: #2b303b;
2021-11-02 12:19:04 +01:00
}
#battery, #network, #pulseaudio, #clock, #custom-power, #custom-qbitstats {
margin: 0px 3px 0px 1px;
min-width: 10px;
}
#clock {
margin: 0px 16px 0px 10px;
min-width: 10px;
}
2021-11-02 18:26:26 +01:00
.custom-spotify {
padding: 0 10px;
margin: 0 4px;
opacity: 0.5;
}
2021-11-02 12:19:04 +01:00
#custom-power {
color: #cc241d;
}
#custom-qbitstats {
}
#battery {
color: #689d6a;
}
#battery.critical {
color: #fb4934;
}
#battery.good {
color: #689d6a;
}
#battery.charging {
color: #b8bb26;
}
#network.wifi {
color: #689d6a;
}
#network.disconnected {
color: #fe8019;
}
#waybar > box:nth-child(2) > box:nth-child(3) > * > label {
padding: 0 3px;
}