From 57b9c1a9686a35b7fdb328fa6d10b481219790de Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 21 Nov 2025 21:37:09 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/swaync/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/wm/swaync/default.nix b/modules/wm/swaync/default.nix index 14929c3..882c661 100644 --- a/modules/wm/swaync/default.nix +++ b/modules/wm/swaync/default.nix @@ -20,10 +20,10 @@ widgets = [ "title" "dnd" - "buttons-grid" "volume" "notifications" "mpris" + "buttons-grid" ]; widget-config = { title = { @@ -61,12 +61,11 @@ ]; }; dnd = { - text = "Control Center"; + text = "Do Not Disturb"; clear-all-button = true; - button-text = "Do Not Disturb"; }; mpris = { - autohide = false; + autohide = true; show-album-art = "always"; loop-carousel = false; };