ags: optimizations, add media and separator widgets

This commit is contained in:
retrozinndev
2025-01-23 14:06:33 -03:00
parent b533e830a0
commit 017619f62b
9 changed files with 151 additions and 31 deletions
+26
View File
@@ -40,10 +40,23 @@
}
}
}
& > .bar-centerbox > * {
background: rgba($color: wal.$background, $alpha: .6);
padding: 6px;
border-radius: 18px;
& > * {
margin: 0 2px;
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
}
}
}
}
@@ -104,6 +117,19 @@
}
}
.media-eventbox {
& > .media > box {
border-radius: 12px;
background: wal.$color2;
padding: 0 6px;
& .icon {
margin-right: 6px;
font-size: 14px;
}
}
}
.tray {
padding: 0 6px;