From bfa5d3696020c878c2dc93e1319ad66ea7529ab4 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Fri, 21 Nov 2025 21:33:35 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/swaync/default.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/wm/swaync/default.nix b/modules/wm/swaync/default.nix index a781991..08120c5 100644 --- a/modules/wm/swaync/default.nix +++ b/modules/wm/swaync/default.nix @@ -44,19 +44,19 @@ } { label = " 󰍃 "; - command = "niri msg action quit" + command = "niri msg action quit"; } { label = " 󰌾 "; - command = "swaylock" + command = "swaylock"; } { label = " 󰜉 "; - command = "systemctl reboot" + command = "systemctl reboot"; } { label = " 󰐥 "; - command = "systemctl poweroff" + command = "systemctl poweroff"; } ]; }; @@ -66,10 +66,9 @@ button-text = "Do Not Disturb"; }; mpris = { - "blacklist": [], - "autohide": false, - "show-album-art": "always", - "loop-carousel": false + autohide = false; + show-album-art = "always"; + loop-carousel = false; }; }; };