Integrate swaybg and swayosd into the new shell

This commit is contained in:
David Heinemeier Hansson
2026-05-16 20:34:09 +02:00
parent 83e7f41308
commit 1eab0cffc9
48 changed files with 665 additions and 353 deletions
-30
View File
@@ -1,30 +0,0 @@
@define-color background-color #101315;
@define-color border-color #2f353b;
@define-color label #cacccc;
@define-color image #cacccc;
@define-color progress #d9dbdc;
/* Cancel out Omarchy settings */
window:not(:backdrop),
window:backdrop {
border: none;
border-width: 0;
border-radius: 4px;
background-color: transparent;
box-shadow: none;
padding: 12px;
}
/* Draw a new background */
window:not(:backdrop) #container,
window:backdrop #container {
border: 2px solid @border-color;
border-radius: 6px;
background-color: @background-color;
padding: 12px;
background-clip: padding-box;
box-shadow: 2px 2px 9px 0px rgba(22, 22, 22, 1);
}