.dotfiles/configs/waybar/style.css

87 lines
1.3 KiB
CSS
Raw Normal View History

2021-11-02 12:19:04 +01:00
* {
2021-11-08 01:29:28 +01:00
border: none;
font-family: Font Awesome, Hack Nerd Font;
font-size: 13px;
2021-11-27 18:39:53 +01:00
/* opacity: 0.95; */
2021-11-02 18:26:26 +01:00
}
window#waybar {
2021-11-08 01:29:28 +01:00
background: transparent;
2021-11-02 18:26:26 +01:00
}
window > box {
2021-11-26 16:40:32 +01:00
margin: 6px;
2021-11-02 18:26:26 +01:00
margin-bottom: 0px;
background: #2b303b;
2021-11-08 01:29:28 +01:00
background: black;
padding: 5px;
2021-11-02 18:26:26 +01:00
/*border-bottom: 3px solid rgba(100, 114, 125, 0.5);*/
2021-11-02 12:19:04 +01:00
}
#workspaces button {
2021-11-08 01:29:28 +01:00
padding: 0px 9px;
2021-11-02 18:26:26 +01:00
color: white;
2021-11-08 01:29:28 +01:00
background: transparent;
border-radius: 0px;
2021-11-02 12:19:04 +01:00
}
2021-11-02 18:26:26 +01:00
#workspaces button:hover{
2021-11-08 01:29:28 +01:00
background: rgba(255, 255, 255, 0.1);
2021-11-02 12:19:04 +01:00
}
#workspaces button.focused {
2021-11-08 01:29:28 +01:00
background-color: white;
2021-11-02 18:26:26 +01:00
color: #2b303b;
2021-11-02 12:19:04 +01:00
}
#battery, #network, #pulseaudio, #clock, #custom-power, #custom-qbitstats {
2021-11-08 01:29:28 +01:00
/*margin: 0px 3px 0px 1px;*/
2021-11-02 12:19:04 +01:00
}
#clock {
margin: 0px 16px 0px 10px;
min-width: 10px;
}
2021-11-02 18:26:26 +01:00
.custom-spotify {
2021-11-08 01:29:28 +01:00
/*padding: 0 10px;*/
/*margin: 0 4px;*/
2021-11-02 18:26:26 +01:00
opacity: 0.5;
}
2021-11-02 12:19:04 +01:00
#custom-power {
color: #cc241d;
}
#custom-qbitstats {
}
#battery {
2021-11-08 01:29:28 +01:00
color: #689d6a;
2021-11-02 12:19:04 +01:00
}
#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 {
2021-11-08 01:29:28 +01:00
padding: 0 3px;
2021-11-02 12:19:04 +01:00
}