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;