mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
ironbar: make launcher open/focused translucent
This commit is contained in:
parent
6d079edf61
commit
62e86c74b8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user