From d1ce15a7c99c10b70b67fb25a6bc3f855b2c3738 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 24 Aug 2024 18:29:45 -0500 Subject: [PATCH] waybar: background less opaque --- outerheaven.init3.home/.config/waybar/styles/mine.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outerheaven.init3.home/.config/waybar/styles/mine.css b/outerheaven.init3.home/.config/waybar/styles/mine.css index d7891dc..1a91dd2 100644 --- a/outerheaven.init3.home/.config/waybar/styles/mine.css +++ b/outerheaven.init3.home/.config/waybar/styles/mine.css @@ -24,7 +24,7 @@ * misc. GTK: https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss * */ window#waybar { - background: alpha(@theme_base_color, 0.92); + background: alpha(@theme_base_color, 0.85); border-top: 1px solid @unfocused_borders; color: @theme_text_color; }