From c6ab274dcf2896cea75ea5e35c37667406277496 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 7 Sep 2023 01:27:30 +0000 Subject: [PATCH] sxmo: waybar: add swaync --- hosts/modules/gui/sxmo/waybar-top.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/sxmo/waybar-top.nix b/hosts/modules/gui/sxmo/waybar-top.nix index 270498a4..fffbc71d 100644 --- a/hosts/modules/gui/sxmo/waybar-top.nix +++ b/hosts/modules/gui/sxmo/waybar-top.nix @@ -6,7 +6,7 @@ modules-left = [ "sway/workspaces" ]; modules-center = [ ]; - modules-right = [ "custom/sxmo" ]; + modules-right = [ "custom/swaync" "custom/sxmo" ]; "sway/workspaces" = { all-outputs = true;