45 lines
534 B
CSS
Raw Normal View History

2024-02-29 21:11:08 +00:00
* {
border: none;
font-family: "Ubuntu Nerd Font";
2024-03-02 16:06:30 +00:00
font-size: 14px;
padding: 0;
margin: 0;
2024-02-29 21:11:08 +00:00
}
window#waybar {
background: transparent;
}
window#waybar.hidden {
opacity: 0.2;
}
#clock,
#cpu,
#disk,
#memory,
#mpris,
#network,
#wireplumber,
2024-03-02 16:06:30 +00:00
#workspaces,
#custom-os {
color: @fg;
background: @bg;
margin: 0 4px;
2024-02-29 21:11:08 +00:00
transition: none;
}
2024-03-02 16:06:30 +00:00
#workspaces button {
padding: 0px 5px;
color: rgba(255, 255, 255, 0.5);
2024-02-29 21:11:08 +00:00
}
2024-03-02 16:06:30 +00:00
#workspaces button.active {
color: rgba(255, 255, 255, 1.0);
2024-02-29 21:11:08 +00:00
}
2024-03-02 16:06:30 +00:00
#custom-os {
2024-02-29 21:11:08 +00:00
font-size: 24px;
color: #89DCEB;
}