Compare commits
2 commits
55362b1db8
...
6a8d01d0e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a8d01d0e4 | |||
| 39d54c7a24 |
1 changed files with 14 additions and 0 deletions
|
|
@ -22,6 +22,20 @@ in
|
|||
block = "music";
|
||||
# This format seems to remove the block when not playing, somehow
|
||||
format = "{ $icon $combo.str(max_w:50,rot_interval:0.5) $prev $play $next |}";
|
||||
click = [
|
||||
{
|
||||
button = "play";
|
||||
action = "music_play";
|
||||
}
|
||||
{
|
||||
button = "prev";
|
||||
action = "music_prev";
|
||||
}
|
||||
{
|
||||
button = "next";
|
||||
action = "music_next";
|
||||
}
|
||||
];
|
||||
}
|
||||
(lib.optionalAttrs config.my.home.bluetooth.enable {
|
||||
block = "bluetooth";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue