2024-12-20 09:19:48 +01:00

76 lines
1.0 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: Roboto Mono Nerd Font;
font-size: 14px;
box-shadow: none;
text-shadow: none;
transition-duration: 0s;
}
window {
color: #dbdee9;
background: rgba(14, 20, 32, 0.8);
}
#workspaces {
margin: 0 5px;
}
#workspaces button {
padding: 0 5px;
color: rgba(217, 216, 216, 0.4);
}
#workspaces button.visible {
color: rgba(217, 216, 216, 1);
font-weight: bold;
}
#workspaces button.urgent {
color: #fc5d7c;
}
#mode, #battery, #cpu, #memory, #network, #tray, #temperature {
margin: 0px 6px 0px 10px;
min-width: 25px;
}
#network {
color: #e1e3e4;
}
#cpu {
color: #72cce8;
}
#memory {
color: #ba9cf3;
}
#clock {
margin: 0px 6px 0px 10px;
min-width: 25px;
color: #e1e3e4
}
#battery.warning {
color: #f69c5e;
}
#battery.critical {
color: #ff6578;
}
#battery.charging {
color: #9dd274;
}
#battery.plugged {
color: #9dd274;
}
#battery.full {
color: #9dd274;
}