mirror of
https://github.com/JonasunderscoreJones/i3-system-setup.git
synced 2025-10-22 19:19:19 +02:00
fixed brainfart
This commit is contained in:
parent
ae0a01e32b
commit
a37bc1089c
1 changed files with 2 additions and 2 deletions
|
@ -78,10 +78,10 @@ mkdir ~/-config/spotifyd
|
|||
cat > ~/.config/spotifyd/spotifyd.conf << ENDOFFILE
|
||||
[global]
|
||||
# Your Spotify account name.
|
||||
username = "b21o8x094vvc7alc9rwpw0gc2"
|
||||
username = "[username]"
|
||||
|
||||
# Your Spotify account password.
|
||||
password = "Friebele068"
|
||||
password = "[password]"
|
||||
# backend
|
||||
backend = "pulseaudio"
|
||||
volume_controller = "alsa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue