79 lines
1.2 KiB
CSS
79 lines
1.2 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: Font Awesome, Hack Nerd Font;
|
|
font-size: 13px;
|
|
box-shadow: none;
|
|
text-shadow: none;
|
|
transition-duration: 0s;
|
|
color: #d5c4a1;
|
|
}
|
|
|
|
window {
|
|
font-weight: bold;
|
|
color: #d5c4a1;
|
|
background: #504945;
|
|
}
|
|
|
|
#workspaces {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 4px;
|
|
}
|
|
|
|
#workspaces button.visible {
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background-color: #458588;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|