mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
20 lines
304 B
CSS
20 lines
304 B
CSS
* {
|
|
font-family: "CodeNewRoman Nerd Font";
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: rgba(254, 254, 254, 0.6);
|
|
|
|
}
|
|
|
|
#clock, #battery, #cpu, #wireplumber, #bluetooth {
|
|
padding: 0 12px;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background-color: #7b002c;
|
|
}
|