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

1
config/ncspot/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
credentials.toml

View File

View File

@ -1,9 +0,0 @@
[global]
username = felixvdj+spotify@posteo.be
password_cmd = pass web/spotify.com | head -1
backend = alsa
volume-control = alsa
device_name = abysm_spotifyd
cache_path = /home/noctua/.cache/spotifyd

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'