aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-11 18:17:18 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-11 18:17:18 -0700
commit27f0c1298f8278bea690b8f5c0dde7bdcf833f2f (patch)
tree5911a1509b3c7cdd2ffba5078a90cf3e16828f23 /modules/home/i3.nix
parentd0d01097a92c1211eeeac95bc79b3571167a738f (diff)
Add EWW music widget
Diffstat (limited to 'modules/home/i3.nix')
-rw-r--r--modules/home/i3.nix3
1 files changed, 3 insertions, 0 deletions
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}";