home: i3: add music block to bar
This commit is contained in:
parent
f2ec199564
commit
8fe2ef6691
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue