mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
29 lines
383 B
CSS
29 lines
383 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', monospace;
|
||
|
font-size: 11pt;
|
||
|
|
||
|
color: @label;
|
||
|
}
|
||
|
|
||
|
image {
|
||
|
color: @image;
|
||
|
}
|
||
|
|
||
|
progressbar {
|
||
|
border-radius: 0;
|
||
|
}
|
||
|
|
||
|
progress {
|
||
|
background-color: @progress;
|
||
|
}
|