From a37bc1089cf570df5d7a0d4c154cdb62fd3e8698 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 6 Sep 2022 21:18:48 +0200 Subject: [PATCH] fixed brainfart --- system-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-setup.sh b/system-setup.sh index ee3c3e3..d5b1d65 100755 --- a/system-setup.sh +++ b/system-setup.sh @@ -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"