pywal alias
This commit is contained in:
parent
3892c58dab
commit
ba08ba58e4
2 changed files with 4 additions and 0 deletions
3
.scripts/pywal.sh
Executable file
3
.scripts/pywal.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
wal -i ~/Wallpapers/ -n
|
||||
gsettings set org.gnome.desktop.background picture-uri-dark "file://$(cat ~/.cache/wal/wal)"
|
||||
cp ~/.cache/wal/cava-config ~/dotfiles/cava/config && pkill -USR2 cava
|
||||
1
.zshrc
1
.zshrc
|
|
@ -105,6 +105,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
alias dotfiles="~/dotfiles/"
|
||||
alias nv="nvim"
|
||||
alias dev="~/Development"
|
||||
alias pywal="~/dotfiles/.scripts/pywal.sh"
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue