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

49 lines
844 B
CSS
Raw Normal View History

2025-01-25 20:37:37 +01:00
@define-color primary rgba(123, 0, 44, 1);
2025-01-25 13:18:45 +01:00
2024-10-22 10:54:12 +02:00
* {
2025-01-31 01:30:54 +01:00
padding: 0;
border-radius: 0;
min-height: 0;
margin: 0;
border: none;
text-shadow: none;
transition: none;
box-shadow: none;
font-family: "DM Sans", "CodeNewRoman Nerd Font", sans-serif;
2024-10-22 10:54:12 +02:00
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;
2025-01-31 01:30:54 +01:00
/*border: solid 2px @primary;*/
2025-01-25 13:18:45 +01:00
min-height: 14px; /* set waybar's height to 14px */
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
2024-10-22 10:54:12 +02:00
}
2025-01-25 13:18:45 +01:00
#clock,
#battery,
#cpu,
#wireplumber,
#bluetooth {
2024-10-22 10:54:12 +02:00
padding: 0 12px;
}
2025-01-31 01:30:54 +01:00
#workspaces button {
border-radius: 0;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
2024-10-22 10:54:12 +02:00
#workspaces button.focused {
2025-01-31 01:30:54 +01:00
background-color: #000;
2025-02-02 00:38:24 +01:00
color: #fff;
2024-10-22 10:54:12 +02:00
}
2024-12-08 10:11:34 +01:00
#workspaces {
}