From 3a6e1ce3c63ee67ee31d84fab01ced15b68ca1ec Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 18 Nov 2025 16:43:08 +0100 Subject: [PATCH] rofi not fully transparent --- home-modules/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/rofi.nix b/home-modules/rofi.nix index 6a46826..b01c746 100644 --- a/home-modules/rofi.nix +++ b/home-modules/rofi.nix @@ -22,7 +22,7 @@ border-width: 0px; } window { - background-color: transparent; + background-color: ${background}${trdr}; border: ${ts rice.border-width}px; border-radius: ${ts rice.rounding}px; border-color: ${ts rice.color.border};