From 1eddbe7568b77b60936b74282f1cdf7873e61484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 13 Aug 2022 11:39:12 -0300 Subject: [PATCH] user correct opacity for rofi --- user/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/rofi.nix b/user/rofi.nix index fc8411e..e5d95ac 100644 --- a/user/rofi.nix +++ b/user/rofi.nix @@ -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;