Files
2024-12-21 12:59:01 +01:00

73 lines
1.2 KiB
CSS

window#waybar {
font-family: "JetBrains Mono NerdFont";
background-color: rgba(0,0,0,0);
font-size: 1rem;
border-radius: 0.5rem;
}
.modules-left, .modules-center {
opacity: 1;
/*background: linear-gradient(45deg, rgb(214, 39, 200), rgb(5, 83, 252));*/
border-radius: 0.5rem;
padding: 2px;
}
.modules-right {
opacity: 1;
background-color: rgba(0,0,0,0.5);
border-radius: 0.5rem;
padding: 2px 2px 2px 10px
}
#workspaces {
background-color: rgba(0,0,0,0.5);
border-radius: 0.5rem;
padding: 0 5px;
}
#workspaces button {
font-size: 0.8rem;
padding: 0 0.5rem 0 0;
}
#window {
background-color: rgba(0,0,0,0.5);
border-radius: 0.5rem;
padding: 2px 5px;
}
window#waybar.empty #window {
background-color: transparent;
}
#battery {
color: lightgreen;
}
#memory {
color: lightpink;
}
#disk {
color: lightskyblue;
}
#cpu {
color: lightgoldenrodyellow;
}
#temperature {
color: lightslategray;
}
#custom-notification {
font-family: "NotoSansMono Nerd Font";
padding: 0 4px 0 0;
}
#clock {
font-weight: bolder;
border-radius: 0.5rem;
padding: 0 3px 0 0;
}