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