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

30 lines
538 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;
2025-01-19 18:30:54 +01:00
color: #000;
2024-10-22 10:54:12 +02:00
}
window#waybar {
2025-01-19 18:30:54 +01:00
background-color: #fff;
2024-10-22 10:54:12 +02:00
}
#clock, #battery, #cpu, #wireplumber, #bluetooth {
padding: 0 12px;
}
#workspaces button.focused {
2025-01-19 18:30:54 +01:00
border-bottom: solid 2px #7b002c;
border-radius: 0;
2024-10-22 10:54:12 +02:00
}
2024-12-08 10:11:34 +01:00
#workspaces {
padding: 4px 0;
}
2025-01-19 18:30:54 +01:00
window#waybar {
min-height: 14px; /* set waybar's height to 18px */
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
}