From aa4a552bc6744ade7f520896bd8d2bf2966da591 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 19 Mar 2024 15:04:27 +0000 Subject: [PATCH] Adjust opacity values a bit (again) --- system/stylix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/stylix.nix b/system/stylix.nix index b50af8e4..56f7f872 100644 --- a/system/stylix.nix +++ b/system/stylix.nix @@ -14,11 +14,11 @@ image = ../wallpapers/waves/cat-waves.png; polarity = "dark"; opacity = let - default = 0.70; + default = 0.80; in { applications = default; desktop = default; - popups = 0.85; + popups = default; terminal = default; }; cursor = let