From dd235b65d2ed610e5c571854a16c690937cef2c3 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 20:42:47 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/swaync/default.nix | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/modules/wm/swaync/default.nix b/modules/wm/swaync/default.nix index 67faba7..8276bc1 100644 --- a/modules/wm/swaync/default.nix +++ b/modules/wm/swaync/default.nix @@ -27,8 +27,7 @@ widget-config = { title = { text = "Control Panel"; - clear-all-button = true; - button-text = "[clear]"; + clear-all-button = false; }; buttons-grid = { buttons-per-row = 3; @@ -157,8 +156,8 @@ color: @magenta_brighter; text-shadow: none; padding: 0; - margin-top: 8px; - margin-right: 5px; + margin-top: 5px; + margin-right: 3px; border-radius: 50%; border: none; } @@ -237,21 +236,8 @@ } .widget-title { - padding: 5px 10px; - margin: 10px; - font-size: 1.6rem; - } - - .widget-title>button { - font-size: 1rem; - color: @text-color; - background: @noti-bg; - box-shadow: none; - } - - .widget-title>button:hover { - background: @red-base; - color: @cc-bg; + margin: 12px; + font-size: 1.8rem; } .widget-dnd {