Files
waybar/style.css
2025-06-18 12:58:26 +02:00

167 lines
2.5 KiB
CSS

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