From aa295bd611c65553738ceda0334b23c56bd2679d Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 20:29:25 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/swaync/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/wm/swaync/default.nix b/modules/wm/swaync/default.nix index 5efbd83..723d1fa 100644 --- a/modules/wm/swaync/default.nix +++ b/modules/wm/swaync/default.nix @@ -156,7 +156,7 @@ background: @magenta_subtle_bg_darker; color: @magenta_brighter; text-shadow: none; - padding: 3px; + padding: 0; margin-top: 5px; margin-right: 5px; border-radius: 50%; @@ -164,7 +164,8 @@ } .close-button:hover { - background: @magenta; + background: @red_subtle_bg; + color: @red_bright; box-shadow: none; }