From 9f3f3c8415d4bf8b812a0e67fbb5370970289d02 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 19 Oct 2021 13:19:35 +0200 Subject: [PATCH] home: i3bar: remove music widget --- home/x/i3bar.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index 42fc426..e3f0af7 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -101,12 +101,6 @@ in hide_disconnected = true; format = "{percentage}"; } - { - block = "music"; - player = "spotify"; - buttons = ["prev" "play" "next"]; - hide_when_empty = true; - } { block = "sound"; driver = "pulseaudio";