91 lines
1.1 KiB
CSS
Raw Normal View History

2024-02-29 21:11:08 +00:00
* {
border: none;
2024-03-01 23:32:40 +00:00
border-radius: 8px;
2024-02-29 21:11:08 +00:00
font-family: "Ubuntu Nerd Font";
font-size: 16px;
}
window#waybar {
background: transparent;
}
window#waybar.hidden {
opacity: 0.2;
}
#window {
margin-top: 6px;
padding-left: 10px;
padding-right: 10px;
transition: none;
color: transparent;
background: transparent;
}
#clock,
#cpu,
#disk,
#memory,
#mpris,
#network,
#wireplumber,
#workspaces {
margin-top: 6px;
margin-left: 8px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 0px;
transition: none;
}
#clock {
color: #161320;
background: #ABE9B3;
}
#cpu {
color: #161320;
background: #96CDFB;
}
#disk {
color: #161320;
background: #E8A2AF;
}
#memory {
color: #161320;
background: #DDB6F2;
}
#mpris {
color: #1A1826;
background: #FAE3B0;
}
#network {
color: #161320;
background: #bd93f9;
}
#wireplumber {
color: #1A1826;
background: #FAE3B0;
}
#workspaces {
color: white;
background: transparent;
}
#custom-launcher {
font-size: 24px;
margin-top: 6px;
margin-left: 8px;
padding-left: 10px;
padding-right: 5px;
transition: none;
color: #89DCEB;
background: transparent;
}