Removed wallpaper

This commit is contained in:
Thomas Forgione 2018-06-06 14:43:26 +02:00
parent a45d76673f
commit d9b13c9ccd
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 0 additions and 12 deletions

View File

@ -41,18 +41,6 @@ vfind() {
v `find . -name "$1"`
}
### Awesome functions ###
# Wallpaper change
wallpaper() {
case $1 in
'vixen' ) echo "change_wallpaper('vixen.jpg');" | awesome-client;;
'vixen2' ) echo "change_wallpaper('vixen2.jpg');" | awesome-client;;
'arch' ) echo "change_wallpaper('arch4.png');" | awesome-client;;
'harley' ) echo "change_wallpaper('1200custom.png');" | awesome-client;;
*) return -1
esac
}
### Others ###
# colors for the man pages
man() {