Improve configs

This commit is contained in:
Tobias Reisinger 2024-08-24 13:39:59 +02:00
parent cb3ea5254e
commit 2fbed7c001
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 4 deletions

View file

@ -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