added spotifyd config
This commit is contained in:
3
.config/spotifyd/change.sh
Executable file
3
.config/spotifyd/change.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
notify-send "$(playerctl -f "{{title}} - {{artist}}" metadata)"
|
||||||
13
.config/spotifyd/spotifyd.conf
Normal file
13
.config/spotifyd/spotifyd.conf
Normal 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
|
||||||
Reference in New Issue
Block a user