diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-11 22:10:32 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-11 22:10:32 -0700 |
| commit | 682db9b32f274424c7364880c6d1be625849b259 (patch) | |
| tree | 179643b5bb3cc0dd86bc21f542edd6e0f59822ce /modules/home/i3.nix | |
| parent | 93820527f7dc89e3a3f2e2171d440d2059638944 (diff) | |
Add addition position to EWW music widget
Diffstat (limited to 'modules/home/i3.nix')
| -rw-r--r-- | modules/home/i3.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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}"; |