omarchy/config/swayosd/style.css
David Heinemeier Hansson 26b09bb218 It is monospace
2025-08-06 22:02:46 +02:00

29 lines
372 B
CSS

@import "../omarchy/current/theme/swayosd.css";
window {
border-radius: 0;
opacity: 0.97;
border: 2px solid @border-color;
background-color: @background-color;
}
label {
font-family: 'CaskaydiaMono Nerd Font';
font-size: 11pt;
color: @label;
}
image {
color: @image;
}
progressbar {
border-radius: 0;
}
progress {
background-color: @progress;
}