added spotifyd config
This commit is contained in:
parent
f48c8a7638
commit
5bff7a1f1e
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
|
Loading…
Reference in New Issue
Block a user