Improve configs
This commit is contained in:
parent
cb3ea5254e
commit
2fbed7c001
5 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
[global]
|
||||
# Your Spotify account name.
|
||||
username = "serguzim"
|
||||
password_cmd = "pass spotifyd"
|
||||
username_cmd = "jq -r .username $HOME/.cache/spotfyd/credentials.json"
|
||||
password_cmd = "jq -r .auth_data $HOME/.cache/spotfyd/credentials.json"
|
||||
cache_path = "/home/serguzim/.cache/spotfyd"
|
||||
|
||||
use_mpris = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue