From f435277463ee4926f869b44a83518c389da91dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 10 Oct 2023 13:06:00 +0200 Subject: [PATCH] feat(i3status): show what music is playing --- configs/i3status-rust.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/i3status-rust.nix b/configs/i3status-rust.nix index 3c1bf8f..15c5e56 100644 --- a/configs/i3status-rust.nix +++ b/configs/i3status-rust.nix @@ -27,6 +27,10 @@ }; }; blocks = [ + { + block = "music"; + format = "$icon {$combo $play |}"; + } { block = "weather"; autolocate = true;