diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index a9c4b65..75997fb 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -69,6 +69,12 @@ in # TODO: use format when i3status-rust updates to v0.20 # format = "{percentage}"; } + { + block = "music"; + player = "spotify"; + buttons = ["prev" "play" "next"]; + hide_when_empty = true; + } { block = "sound"; driver = "pulseaudio";