ags: make osd work, new window management system, lots of improvements

This commit is contained in:
retrozinndev
2025-02-07 16:02:58 -03:00
parent 0bd0b53589
commit b0bd785ddd
24 changed files with 559 additions and 254 deletions
+3 -2
View File
@@ -7,6 +7,7 @@
* {
all: unset;
transition: 120ms linear;
color: color.adjust($color: wal.$foreground, $lightness: 15%);
}
.button-row {
@@ -36,12 +37,12 @@ menu {
background: wal.$background;
border-radius: 14px;
& > separator {
& separator {
margin: 0 4px;
color: wal.$background;
}
& > menuitem {
& menuitem {
padding: 8px 0px;
border-radius: 10px;
font-size: 12px;