From 68c7e3fd76b9265b84008b92661bc50105f7a386 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 25 Apr 2021 02:47:51 +0300 Subject: feat: change player to ncspot --- blocks.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.def.h b/blocks.def.h index 678f8f9..7b602c7 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,7 +1,7 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {" ", "playerctl metadata --format='{{ artist }} - {{ title }}' --player=spotify 2> /dev/null", 3, 1}, + {" ", "playerctl metadata --format='{{ artist }} - {{ title }}' --player=ncspot 2> /dev/null", 3, 1}, {"", "xkb-switch", 0, 4}, {"", "~/.local/share/i3blocks-modules/volume -np", 0, 2}, {"", "~/.local/share/i3blocks-modules/backlight -np", 0, 3}, -- cgit v1.2.3