From eff7216d6358d25811fa129abbb9f29b49922445 Mon Sep 17 00:00:00 2001 From: "stephan.raabe" Date: Fri, 10 Feb 2023 11:29:21 +0100 Subject: [PATCH] Add spotifyd --- .bashrc | 2 +- qtile/autostart.sh | 3 ++- spotifyd/spotifyd.conf | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 spotifyd/spotifyd.conf diff --git a/.bashrc b/.bashrc index 120597c..1b6492c 100644 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,7 @@ PS1='[\u@\h \W]\$ ' alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg' alias c='clear' +alias w='~/dotfiles/scripts/updatewal.sh' # APPLICATIONS alias ls='exa -al' @@ -18,7 +19,6 @@ alias m='neomutt' alias shutdown='sudo shutdown -h now' alias v='vim' alias r='ranger' -alias w='~/dotfiles/scripts/updatewal.sh' # SCRIPTS alias gr='python ~/dotfiles/scripts/growthrate.py' diff --git a/qtile/autostart.sh b/qtile/autostart.sh index 5e04b50..32fd4a1 100755 --- a/qtile/autostart.sh +++ b/qtile/autostart.sh @@ -4,4 +4,5 @@ xrandr --rate 120 picom & xfce4-power-manager & dunst & -wal -i ~/wallpaper/ +~/dotfiles/scripts/updatewal.sh +spotifyd diff --git a/spotifyd/spotifyd.conf b/spotifyd/spotifyd.conf new file mode 100644 index 0000000..ca71485 --- /dev/null +++ b/spotifyd/spotifyd.conf @@ -0,0 +1,6 @@ +[global] +# Your Spotify account name. +username = "mail@stephan-raabe.de" + +# Your Spotify account password. +password = "sancho@spotify"