From dab34299146862adc8d478ed559c8564cf35363e Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Wed, 3 Sep 2025 10:24:20 -0300 Subject: [PATCH] fix(home/swayosd): fix broken swayosd css --- home/gabriel/features/desktop/common/wayland-wm/swayosd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/gabriel/features/desktop/common/wayland-wm/swayosd.nix b/home/gabriel/features/desktop/common/wayland-wm/swayosd.nix index db9ae0ad..f019aa4f 100644 --- a/home/gabriel/features/desktop/common/wayland-wm/swayosd.nix +++ b/home/gabriel/features/desktop/common/wayland-wm/swayosd.nix @@ -32,7 +32,7 @@ in { min-height: inherit; border-radius: inherit; border: none; - background-color: ${colors.on_surface}; + background-color: ${colors.primary}; opacity: 0.9; } progressbar { @@ -50,7 +50,7 @@ in { min-height: inherit; border-radius: inherit; border: none; - background-color: ${colors.on_surface}; + background-color: ${colors.surface_bright}; opacity: 1; } '';