From a20ad8cc7e5677d719f9011a0a3e5f2ffb4bd344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 27 May 2020 10:38:51 +0200 Subject: [PATCH] feat(i3): remove music from status bar --- dot/i3status-rust.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dot/i3status-rust.nix b/dot/i3status-rust.nix index 4055a02..c9a577f 100644 --- a/dot/i3status-rust.nix +++ b/dot/i3status-rust.nix @@ -56,14 +56,6 @@ in }; }; block = [ - { - block = "music"; - player = "spotify"; - buttons = ["prev" "play" "next"]; - marquee = false; - max_width = 35; - on_collapsed_click = "spotify"; - } { block = "custom"; interval = 60 * 2; # every two minutes