aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/i3blocks/mediaplayer
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-09-07 15:58:29 -0500
committerJesús <heckyel@hyperbola.info>2021-09-07 15:58:29 -0500
commit6eed5f2b36d6693e49eba1086f577dbe52a7acbd (patch)
tree7d67e0c2449b5562b2bc2b2a5332f9b152c4b72e /scripts/i3blocks/mediaplayer
parente161f825cc079e78496cb20115427b3718c39b1e (diff)
downloadi3-config-6eed5f2b36d6693e49eba1086f577dbe52a7acbd.tar.lz
i3-config-6eed5f2b36d6693e49eba1086f577dbe52a7acbd.tar.xz
i3-config-6eed5f2b36d6693e49eba1086f577dbe52a7acbd.zip
Remove spotify support
Diffstat (limited to 'scripts/i3blocks/mediaplayer')
-rwxr-xr-xscripts/i3blocks/mediaplayer3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/i3blocks/mediaplayer b/scripts/i3blocks/mediaplayer
index 161d31f..3e39540 100755
--- a/scripts/i3blocks/mediaplayer
+++ b/scripts/i3blocks/mediaplayer
@@ -22,8 +22,7 @@
use Time::HiRes qw(usleep);
use Env qw(BLOCK_INSTANCE);
-use constant DELAY => 50; # Delay in ms to let network-based players (spotify) reflect new data.
-use constant SPOTIFY_STR => 'spotify';
+use constant DELAY => 50; # Delay in ms to let network-based reflect new data.
my @metadata = ();
my $player_arg = "";