diff --git a/config/ncspot/.gitignore b/config/ncspot/.gitignore new file mode 100644 index 0000000..2deab15 --- /dev/null +++ b/config/ncspot/.gitignore @@ -0,0 +1 @@ +credentials.toml \ No newline at end of file diff --git a/config/ncspot/config.toml b/config/ncspot/config.toml new file mode 100644 index 0000000..e69de29 diff --git a/config/spotifyd/spotifyd.conf b/config/spotifyd/spotifyd.conf deleted file mode 100644 index 5232df0..0000000 --- a/config/spotifyd/spotifyd.conf +++ /dev/null @@ -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 diff --git a/services/spotifyd/run b/services/spotifyd/run deleted file mode 100755 index 757f320..0000000 --- a/services/spotifyd/run +++ /dev/null @@ -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'