From 822d1bcef7a9dada549775620f7cdb3c8d836f98 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 22 Mar 2025 14:36:24 +0100 Subject: No transparent colors --- config/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index dc89d68..4dd693a 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -157,10 +157,10 @@ layout { // - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others. // Color of the ring on the active monitor. - active-color "#23C17CF2" + active-color "#23C17C" // Color of the ring on inactive monitors. - inactive-color "#0F261FF2" + inactive-color "#0F261F" // You can also use gradients. They take precedence over solid colors. // Gradients are rendered the same as CSS linear-gradient(angle, from, to). -- cgit