nix-config/home-manager/dotfiles/waybar/style.css

24 lines
319 B
CSS
Raw Normal View History

2024-10-22 10:54:12 +02:00
* {
font-family: "CodeNewRoman Nerd Font";
font-weight: bold;
2024-12-08 10:11:34 +01:00
font-size: 12px;
2024-10-22 10:54:12 +02:00
color: #fff;
}
window#waybar {
2024-12-08 10:11:34 +01:00
background-color: #000;
2024-10-22 10:54:12 +02:00
}
#clock, #battery, #cpu, #wireplumber, #bluetooth {
padding: 0 12px;
}
#workspaces button.focused {
background-color: #7b002c;
}
2024-12-08 10:11:34 +01:00
#workspaces {
padding: 4px 0;
}