From 170fdc94e6421a0356c4a7136d2d94936797bfab Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 18 Jun 2024 19:39:10 +0200 Subject: [PATCH] removing interval to fix follow --- modules/waybar/spotify.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/waybar/spotify.nix b/modules/waybar/spotify.nix index c1080db..4d722c9 100644 --- a/modules/waybar/spotify.nix +++ b/modules/waybar/spotify.nix @@ -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-";