From 80b95d6bd464a8080584f960df8fd9c3f95253ee Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 23 Jul 2023 19:40:04 -0400 Subject: [PATCH] ironbar: Decrease opacity Makes background colors more noticeable. --- home/ironbar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ironbar.nix b/home/ironbar.nix index c41babd..bc66eba 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -58,7 +58,7 @@ } .background { - background: alpha(#${base00}, 0.95); + background: alpha(#${base00}, 0.9); } .clipboard {