Add spotifyd

This commit is contained in:
stephan.raabe 2023-02-10 11:29:21 +01:00
parent c1f4fed2a2
commit eff7216d63
3 changed files with 9 additions and 2 deletions

View File

@ -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'

View File

@ -4,4 +4,5 @@ xrandr --rate 120
picom &
xfce4-power-manager &
dunst &
wal -i ~/wallpaper/
~/dotfiles/scripts/updatewal.sh
spotifyd

6
spotifyd/spotifyd.conf Normal file
View File

@ -0,0 +1,6 @@
[global]
# Your Spotify account name.
username = "mail@stephan-raabe.de"
# Your Spotify account password.
password = "sancho@spotify"