ags(control-center/bluetooth): add more device management options

This commit is contained in:
retrozinndev
2025-04-25 22:25:16 -03:00
parent 48b713ce6b
commit fa770125c5
5 changed files with 132 additions and 61 deletions
+9
View File
@@ -2,6 +2,7 @@
@use "./mixins";
@use "./colors";
@use "./wal";
@use "./functions";
.bar-container {
@include mixins.reset-props;
@@ -62,6 +63,10 @@
background: colors.$bg-tertiary;
margin: 3px 0;
&:not(.focus) {
@include mixins.hover-shadow2;
}
&.focus {
background: colors.$fg-primary;
min-width: 31px;
@@ -93,6 +98,10 @@
&.special-workspaces {
& button {
background: wal.$color4;
&:hover {
background: functions.toRGB(color.adjust(wal.$color4, $lightness: -6%));
}
}
}
}