''
* {
border: none;
border-radius: 10;
font-family: "nerdfonts" ;
font-size: 12px;
min-height: 10px;
}
window#waybar {
background: transparent;
window#waybar.hidden {
opacity: 0.2;
#window {
margin-top: 6px;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
transition: none;
color: transparent;
#workspaces {
margin-left: 12px;
font-size: 4px;
margin-bottom: 0px;
background: #161320;
#workspaces button {
color: #B5E8E0;
font-size: 16px;
border-radius: 2px;
#workspaces button.occupied {
color: #F28FAD;
#workspaces button.focused {
color: #ABE9B3;
border-top: 2px solid #ABE9B3;
border-bottom: 2px solid #ABE9B3;
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
color: #FAE3B0;
border-color: #E8A2AF;
color: #E8A2AF;
#workspaces button.focused:hover {
#network {
margin-left: 8px;
color: #161320;
background: #bd93f9;
#wireplumber {
color: #1A1826;
background: #FAE3B0;
#battery {
background: #B5E8E0;
#battery.charging, #battery.plugged {
background-color: #B5E8E0;
#battery.critical:not(.charging) {
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
@keyframes blink {
to {
background-color: #BF616A;
#backlight {
background: #F8BD96;
#clock {
background: #ABE9B3;
/*background: #1A1826;*/
#memory {
background: #DDB6F2;
#cpu {
background: #96CDFB;
#tray {
#custom-launcher {
font-size: 24px;
padding-right: 5px;
color: #89DCEB;
#custom-power {
font-size: 20px;
margin-right: 8px;
background: #F28FAD;