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
|
# TODO: use format when i3status-rust updates to v0.20
|
||||||
# format = "{percentage}";
|
# format = "{percentage}";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
block = "music";
|
||||||
|
player = "spotify";
|
||||||
|
buttons = ["prev" "play" "next"];
|
||||||
|
hide_when_empty = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
block = "sound";
|
block = "sound";
|
||||||
driver = "pulseaudio";
|
driver = "pulseaudio";
|
||||||
|
|
Loading…
Reference in a new issue