aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-16 18:04:55 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-16 18:04:55 -0500
commit1789e696500ea545da847893a6671c13eb088da8 (patch)
treea05483890ffdf41d72d5fe2d5a9fc67eb2ad90d6
parent0890ced31258325c922f0f67a24ee8dc5a8ba673 (diff)
fix(spotify): replace rbw with pass
-rw-r--r--spotify/.config/spotifyd/spotifyd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/spotify/.config/spotifyd/spotifyd.conf b/spotify/.config/spotifyd/spotifyd.conf
index b0c7e54..1b11e8d 100644
--- a/spotify/.config/spotifyd/spotifyd.conf
+++ b/spotify/.config/spotifyd/spotifyd.conf
@@ -1,6 +1,6 @@
[global]
username = "tobyv13@gmail.com"
-password_cmd = "rbw get spotify"
+password_cmd = "pass show spotify | head -n1"
backend = "pulseaudio"
cache_path = "/home/tobyv/.cache/spotifyd"
max_cache_size = 1000000000