From 3e33a99ec92ad787910dd599e115302d1eeff72c Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 20:26:53 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/swaync/default.nix | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/modules/wm/swaync/default.nix b/modules/wm/swaync/default.nix index aa4668c..5efbd83 100644 --- a/modules/wm/swaync/default.nix +++ b/modules/wm/swaync/default.nix @@ -21,7 +21,6 @@ "title" "dnd" "buttons-grid" - "volume" "notifications" "mpris" ]; @@ -29,7 +28,7 @@ title = { text = "Control Panel"; clear-all-button = true; - button-text = " 󰆴 "; + button-text = "[clear]"; }; buttons-grid = { buttons-per-row = 3; @@ -107,7 +106,6 @@ @define-color silver_bright #ffffff; * { - font-family: "VictorMono Nerd Font", monospace; border-radius: 0; } @@ -150,29 +148,28 @@ background: @bg; opacity: 0.9; border: none; + padding: 12px; margin: 3px -2px 3px 0; } .close-button { - background: @red-base; - color: @cc-bg; + background: @magenta_subtle_bg_darker; + color: @magenta_brighter; text-shadow: none; - padding: 0; + padding: 3px; margin-top: 5px; margin-right: 5px; - transition: opacity 0.2s ease-in-out; - border-radius: 0; + border-radius: 50%; border: none; } .close-button:hover { - background: @red-hover; + background: @magenta; box-shadow: none; - transition: all 0.15s ease-in-out; } .notification-action { - border: 2px solid @border-green; + border: 2px solid @cyan_subtle_bg; border-top: none; }