From 682db9b32f274424c7364880c6d1be625849b259 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 11 May 2024 22:10:32 -0700 Subject: Add addition position to EWW music widget --- modules/home/i3.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/home/i3.nix') diff --git a/modules/home/i3.nix b/modules/home/i3.nix index 27556ae..927a813 100644 --- a/modules/home/i3.nix +++ b/modules/home/i3.nix @@ -128,7 +128,8 @@ "XF86AudioPrev" = "exec playerctl previous"; # Media controller widget - "${mod}+m" = "exec --no-startup-id eww-toggle music"; + "${mod}+m" = "exec --no-startup-id eww-toggle music --arg pos=center"; + "${mod}+n" = "exec --no-startup-id eww-toggle music --arg pos=right"; # Workspaces "${mod}+grave" = "workspace number ${ws0}"; -- cgit v1.2.3