From 0640b29b0cffa45d4e855ba9a4c663630b859b1b Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Nov 2025 11:46:03 +0100 Subject: [PATCH] feat: set waybar to be 75% opaque as well --- modules/home/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 076a386..315e576 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -383,7 +383,7 @@ window#waybar.top { /* background-color: rgba(115, 116, 116, 0.22); */ - background-color: rgba(0, 0, 0, 0.25); + background-color: rgba(0, 0, 0, 0.75); border-top: none; color: #eeeeee; transition-property: background-color;