added spotifyd config

This commit is contained in:
Niklas 2020-06-17 00:09:26 +02:00
parent f48c8a7638
commit 5bff7a1f1e
2 changed files with 16 additions and 0 deletions

3
.config/spotifyd/change.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
notify-send "$(playerctl -f "{{title}} - {{artist}}" metadata)"

View File

@ -0,0 +1,13 @@
[global]
username = djeeberjr
password_cmd = $HOME/.config/spotifyd/secret.sh
backend = pulseaudio
bitrate = 320
device_name = Spotifyd
on_song_change_hook = $HOME/.config/spotifyd/change.sh