2026-03-08 20:51:14 +00:00
|
|
|
@import "../../.cache/wal/colors-waybar.css";
|
|
|
|
|
|
|
|
|
|
window {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
opacity: 0.97;
|
|
|
|
|
border: 2px solid @foreground;
|
|
|
|
|
|
|
|
|
|
background-color: @background;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
font-family: 'Fira Code Nerd Font';
|
|
|
|
|
font-size: 11pt;
|
|
|
|
|
|
|
|
|
|
color: @foreground;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
color: @foreground;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
progressbar {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
progress {
|
2026-03-08 23:18:13 +00:00
|
|
|
background-color: @foreground;
|
2026-03-08 20:51:14 +00:00
|
|
|
}
|