Removed wallpaper
This commit is contained in:
parent
a45d76673f
commit
d9b13c9ccd
|
@ -41,18 +41,6 @@ vfind() {
|
||||||
v `find . -name "$1"`
|
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 ###
|
### Others ###
|
||||||
# colors for the man pages
|
# colors for the man pages
|
||||||
man() {
|
man() {
|
||||||
|
|
Loading…
Reference in New Issue