switch to ncspot
This commit is contained in:
parent
60402f641f
commit
0dd3980978
1
config/ncspot/.gitignore
vendored
Normal file
1
config/ncspot/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
credentials.toml
|
0
config/ncspot/config.toml
Normal file
0
config/ncspot/config.toml
Normal 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
|
|
@ -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'
|
|
Loading…
Reference in New Issue
Block a user