switch to ncspot

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:42:36 +01:00
parent 60402f641f
commit 0dd3980978
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 1 additions and 18 deletions

View file

@ -1,9 +0,0 @@
#!/bin/sh
export USER="$(whoami)"
export HOME=/home/"$USER"
export DISPLAY=":0"
. "$HOME/.profile"
spotifyd --no-daemon 2>&1 \
| tee -a $XDG_RUNTIME_DIR/playlist \
| sed '/trunc/d;/loaded$/d;/^Loading/d'