Remove Wayland environment

This commit is contained in:
Fabio Scotto di Santolo
2025-09-01 14:23:47 +02:00
parent 8aa22cd877
commit 1591397b9c
165 changed files with 8 additions and 12965 deletions

View File

@@ -1,43 +0,0 @@
* {
font-family: "Noto Sans Regular";
font-size: 12pt;
}
window#osd {
border-radius: 999px;
border: none;
background: #{"alpha(@theme_bg_color, 0.8)"};
#container {
margin: 16px;
}
image,
label {
color: #{"@theme_fg_color"};
}
progressbar:disabled,
image:disabled {
opacity: 0.5;
}
progressbar {
min-height: 6px;
border-radius: 999px;
background: transparent;
border: none;
}
trough {
min-height: inherit;
border-radius: inherit;
border: none;
background: #{"alpha(@theme_fg_color, 0.5)"};
}
progress {
min-height: inherit;
border-radius: inherit;
border: none;
background: #{"@theme_fg_color"};
}
}