From e0f781ad5dd5bcde70b508e52d663cfc12168d5e Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 4 Mar 2023 17:48:57 +0100 Subject: [PATCH] Bring back music control buttons lost in migration to home-manager bar --- modules/graphical/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/sway/default.nix b/modules/graphical/sway/default.nix index cab0a688..c9a21277 100644 --- a/modules/graphical/sway/default.nix +++ b/modules/graphical/sway/default.nix @@ -106,6 +106,7 @@ in { block = "music"; player = "firefox"; + buttons = [ "prev" "play" "next" ]; marquee = false; max_width = 40; hide_when_empty = true;