From c319051cbcc12460c2d43222b58d5323a697ce79 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 16 Dec 2024 07:11:14 +0000 Subject: [PATCH] Adjust opacity --- system/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/default.nix b/system/default.nix index 9af1713d..bc7931bd 100644 --- a/system/default.nix +++ b/system/default.nix @@ -206,10 +206,10 @@ image = ./wallpapers/tropic_island_day.jpg; base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; opacity = { - applications = 0.9; + applications = 0.8; desktop = 0.8; popups = 0.8; - terminal = 0.9; + terminal = 0.8; }; cursor = { package = pkgs.volantes-cursors;