removing interval to fix follow

This commit is contained in:
Noa Aarts 2024-06-18 19:39:10 +02:00
parent a30509a2c9
commit 170fdc94e6

View file

@ -14,7 +14,6 @@ in
settings.mainBar.${name} = {
exec = ''${pkgs.playerctl}/bin/playerctl metadata --player=spotify -F -f "{{ status }}: {{ artist }} - {{ title }}"'';
format = "{}";
interval = 1;
on-click = "${pkgs.playerctl}/bin/playerctl --player=spotify play-pause";
on-scroll-up = "${pkgs.playerctl}/bin/playerctl --player=spotify volume 0.01+";
on-scroll-down = "${pkgs.playerctl}/bin/playerctl --player=spotify volume 0.01-";