home: i3: add music block to bar

This commit is contained in:
Antoine Martin 2021-05-04 01:27:35 +02:00
parent f2ec199564
commit 8fe2ef6691

View file

@ -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";