ags(bar/special-workspaces): add support for hyprland special workspaces

This commit is contained in:
retrozinndev
2025-04-25 13:42:33 -03:00
parent 419d0ab502
commit 44fd480c78
3 changed files with 51 additions and 2 deletions
+9 -2
View File
@@ -1,6 +1,7 @@
@use "sass:color";
@use "./mixins";
@use "./colors";
@use "./wal";
.bar-container {
@include mixins.reset-props;
@@ -27,7 +28,7 @@
& > eventbox {
&:hover {
& > box:not(.workspaces) {
& > box:not(.workspaces):not(.special-workspaces) {
background: $color-hover;
}
}
@@ -50,7 +51,7 @@
}
}
.workspaces {
.workspaces, .special-workspaces {
@include mixins.reset-props;
& button {
@@ -88,6 +89,12 @@
font-size: 16px;
}
}
&.special-workspaces {
& button {
background: wal.$color4;
}
}
}
.focused-client {