diff options
author | eug-vs <eug-vs@keemail.me> | 2021-04-25 02:47:51 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-04-25 02:47:51 +0300 |
commit | 68c7e3fd76b9265b84008b92661bc50105f7a386 (patch) | |
tree | 87b71a1f6912daba68e1c34fe0ff07b69a7eaa3e | |
parent | f6911df3323a802915fc97d789e6218fe2d710c5 (diff) | |
download | dwmblocks-68c7e3fd76b9265b84008b92661bc50105f7a386.tar.gz |
feat: change player to ncspot
-rw-r--r-- | blocks.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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}, |