home: i3: add music block to bar
This commit is contained in:
parent
f2ec199564
commit
8fe2ef6691
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue