user correct opacity for rofi

This commit is contained in:
Leonardo Eugênio 2022-08-13 11:39:12 -03:00
parent 9eed8fb9c1
commit 1eddbe7568

View file

@ -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;