From 27f0c1298f8278bea690b8f5c0dde7bdcf833f2f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 11 May 2024 18:17:18 -0700 Subject: Add EWW music widget --- modules/home/i3.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/home/i3.nix') diff --git a/modules/home/i3.nix b/modules/home/i3.nix index 151bbaa..3295fc7 100644 --- a/modules/home/i3.nix +++ b/modules/home/i3.nix @@ -128,6 +128,9 @@ "XF86AudioNext" = "exec playerctl next"; "XF86AudioPrev" = "exec playerctl previous"; + # Media controller widget + "${mod}+m" = "exec --no-startup-id eww-toggle music"; + # Workspaces "${mod}+grave" = "workspace number ${ws0}"; "${mod}+1" = "workspace number ${ws1}"; -- cgit v1.2.3