user correct opacity for rofi
This commit is contained in:
parent
9eed8fb9c1
commit
1eddbe7568
|
@ -32,7 +32,7 @@ in {
|
|||
};
|
||||
|
||||
"#window" = {
|
||||
background-color = mkLiteral "${color.bg}ee";
|
||||
background-color = mkLiteral "${color.bg}${lib.toHexString (theme.opacity * 255 / 100)}";
|
||||
# children = map mkLiteral [ "prompt" "entry" ];
|
||||
border = mkLiteral "2px solid";
|
||||
border-color = mkLiteral accent.color;
|
||||
|
|
Loading…
Reference in a new issue