add spotifyd config
This commit is contained in:
@@ -24,6 +24,7 @@ declare -A configs=(
|
|||||||
["$PWD/config/swappy"]="$HOME/.config/swappy"
|
["$PWD/config/swappy"]="$HOME/.config/swappy"
|
||||||
["$PWD/config/lf"]="$HOME/.config/lf"
|
["$PWD/config/lf"]="$HOME/.config/lf"
|
||||||
["$PWD/config/kitty"]="$HOME/.config/kitty"
|
["$PWD/config/kitty"]="$HOME/.config/kitty"
|
||||||
|
["$PWD/config/spotifyd"]="$HOME/.config/spotifyd"
|
||||||
)
|
)
|
||||||
|
|
||||||
bashCompletionsDir="$HOME/.config/bash-completions"
|
bashCompletionsDir="$HOME/.config/bash-completions"
|
||||||
|
|||||||
7
config/spotifyd/spotifyd.conf
Normal file
7
config/spotifyd/spotifyd.conf
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[global]
|
||||||
|
username = "vhyobadxhsng3a70ucrzot5ui"
|
||||||
|
password_cmd = "cat ~/.config/spotify-password.secret"
|
||||||
|
|
||||||
|
device_name = "hacking-pc"
|
||||||
|
|
||||||
|
use_mpris = true
|
||||||
Reference in New Issue
Block a user