nix-config/home-manager/dotfiles/waybar/style.css
2024-12-08 10:11:34 +01:00

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;
}