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"