ironbar: make launcher open/focused translucent

This commit is contained in:
Donovan Glover 2024-10-27 10:53:40 -04:00
parent 6d079edf61
commit 62e86c74b8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -158,12 +158,12 @@ in
}
.launcher .open {
box-shadow: inset 0 -2px ${base04};
box-shadow: inset 0 -2px alpha(${base04}, 0.8);
}
.launcher .focused {
box-shadow: inset 0 -2px ${base0D};
background: ${base01};
box-shadow: inset 0 -2px alpha(${base0D}, 0.8);
background: alpha(${base01}, 0.8);
}
.popup-launcher {