mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
24 lines
319 B
CSS
24 lines
319 B
CSS
* {
|
|
font-family: "CodeNewRoman Nerd Font";
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: #000;
|
|
|
|
}
|
|
|
|
#clock, #battery, #cpu, #wireplumber, #bluetooth {
|
|
padding: 0 12px;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background-color: #7b002c;
|
|
}
|
|
|
|
#workspaces {
|
|
padding: 4px 0;
|
|
}
|