Add spotifyd
This commit is contained in:
parent
c1f4fed2a2
commit
eff7216d63
2
.bashrc
2
.bashrc
@ -10,6 +10,7 @@ PS1='[\u@\h \W]\$ '
|
|||||||
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
|
||||||
|
|
||||||
alias c='clear'
|
alias c='clear'
|
||||||
|
alias w='~/dotfiles/scripts/updatewal.sh'
|
||||||
|
|
||||||
# APPLICATIONS
|
# APPLICATIONS
|
||||||
alias ls='exa -al'
|
alias ls='exa -al'
|
||||||
@ -18,7 +19,6 @@ alias m='neomutt'
|
|||||||
alias shutdown='sudo shutdown -h now'
|
alias shutdown='sudo shutdown -h now'
|
||||||
alias v='vim'
|
alias v='vim'
|
||||||
alias r='ranger'
|
alias r='ranger'
|
||||||
alias w='~/dotfiles/scripts/updatewal.sh'
|
|
||||||
|
|
||||||
# SCRIPTS
|
# SCRIPTS
|
||||||
alias gr='python ~/dotfiles/scripts/growthrate.py'
|
alias gr='python ~/dotfiles/scripts/growthrate.py'
|
||||||
|
@ -4,4 +4,5 @@ xrandr --rate 120
|
|||||||
picom &
|
picom &
|
||||||
xfce4-power-manager &
|
xfce4-power-manager &
|
||||||
dunst &
|
dunst &
|
||||||
wal -i ~/wallpaper/
|
~/dotfiles/scripts/updatewal.sh
|
||||||
|
spotifyd
|
||||||
|
6
spotifyd/spotifyd.conf
Normal file
6
spotifyd/spotifyd.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[global]
|
||||||
|
# Your Spotify account name.
|
||||||
|
username = "mail@stephan-raabe.de"
|
||||||
|
|
||||||
|
# Your Spotify account password.
|
||||||
|
password = "sancho@spotify"
|
Loading…
Reference in New Issue
Block a user