removing interval to fix follow
This commit is contained in:
parent
a30509a2c9
commit
170fdc94e6
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ in
|
||||||
settings.mainBar.${name} = {
|
settings.mainBar.${name} = {
|
||||||
exec = ''${pkgs.playerctl}/bin/playerctl metadata --player=spotify -F -f "{{ status }}: {{ artist }} - {{ title }}"'';
|
exec = ''${pkgs.playerctl}/bin/playerctl metadata --player=spotify -F -f "{{ status }}: {{ artist }} - {{ title }}"'';
|
||||||
format = "{}";
|
format = "{}";
|
||||||
interval = 1;
|
|
||||||
on-click = "${pkgs.playerctl}/bin/playerctl --player=spotify play-pause";
|
on-click = "${pkgs.playerctl}/bin/playerctl --player=spotify play-pause";
|
||||||
on-scroll-up = "${pkgs.playerctl}/bin/playerctl --player=spotify volume 0.01+";
|
on-scroll-up = "${pkgs.playerctl}/bin/playerctl --player=spotify volume 0.01+";
|
||||||
on-scroll-down = "${pkgs.playerctl}/bin/playerctl --player=spotify volume 0.01-";
|
on-scroll-down = "${pkgs.playerctl}/bin/playerctl --player=spotify volume 0.01-";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue