summaryrefslogtreecommitdiffstatshomepage
path: root/spotify
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-07-21 13:20:12 -0500
committerToby Vincent <tobyv13@gmail.com>2022-07-21 13:33:18 -0500
commit178db77092728536f74ebc87b2565402db33c30d (patch)
tree241a77655e6e27b5c0d8dc0f2d7ac44f3158d234 /spotify
parent46e08bbeba0f7b11b8d72c32fb936523515cc5fd (diff)
feat(spotify): add spotifyd config and i3status-rust music block
Diffstat (limited to 'spotify')
-rw-r--r--spotify/.config/spotifyd/spotifyd.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/spotify/.config/spotifyd/spotifyd.conf b/spotify/.config/spotifyd/spotifyd.conf
new file mode 100644
index 0000000..b0c7e54
--- /dev/null
+++ b/spotify/.config/spotifyd/spotifyd.conf
@@ -0,0 +1,9 @@
+[global]
+username = "tobyv13@gmail.com"
+password_cmd = "rbw get spotify"
+backend = "pulseaudio"
+cache_path = "/home/tobyv/.cache/spotifyd"
+max_cache_size = 1000000000
+no_audio_cache = false
+initial_volume = "35"
+device_type = "computer"