* {
border: none;
font-family: "Source Code Pro Medium";
font-size: 10px;
min-height: 12px;
color: #969696;
}
#custom-clipboard {
padding-left: 12px;
padding-right: 12px;
color: #747369;
}
window#waybar {
background-color: #222222
}
window#waybar.hidden {
opacity: 0.2;
}
#window {
}
*:hover {
color: white;
box-shadow: none; /* Remove predefined box-shadow */
text-shadow: none; /* Remove predefined text-shadow */
background: none; /* Remove predefined background color (white) */
transition: none; /* Disable predefined animations */
}
#workspaces {
}
#workspaces button {
transition: none;
background: transparent;
border-radius: 0;
border-top: 1px solid transparent;
padding: 6px 0 6px 0;
color: #747369;
}
#workspaces button.active {
color: #A0A35D;
}
#workspaces button.empty {
color: #191919;
}
#workspaces button.visible {
color: #99cc99;
}
#workspaces button.persistent {
color: #6699cc;
}
#workspaces button.special {
color: #ffcc66;
}
#workspaces button.urgent {
color: #C47848;
}
#network {
padding-left: 6px;
padding-right: 6px;
}
#bluetooth {
padding-left: 6px;
padding-right: 6px;
color: #6699cc;
}
#pulseaudio {
padding-left: 6px;
padding-right: 6px;
}
#battery {
padding-left: 12px;
padding-right: 6px;
}
#battery.charging, #battery.plugged {
color: #B5E8E0;
}
#battery.critical:not(.charging) {
color: #846488;
animation-name: blink;
animation-duration: 0.1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes blink {
to {
opacity: 0;
}
}
#backlight {
padding-left: 6px;
padding-right: 6px;
}
#clock {
padding-left: 6px;
padding-right: 12px;
}
#disk {
padding-left: 6px;
padding-right: 6px;
}
#memory {
padding-left: 6px;
padding-right: 6px;
color: #846488;
}
#custom-memory {
padding-left: 6px;
padding-right: 6px;
color: #846488;
}
#cpu {
padding-left: 6px;
padding-right: 6px;
color: #99cc99;
}
#tray {
padding-left: 12px;
padding-right: 6px;
color: #ffcc66;
}
#tray menu {
background-color: #191919;
}
#idle_inhibitor.activated {
color: #ffcc66;
}
#idle_inhibitor.deactivated {
color: #747369;
}