diff options
Diffstat (limited to 'ratpoison/wp')
-rwxr-xr-x | ratpoison/wp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ratpoison/wp b/ratpoison/wp index 483e3c2..072cf77 100755 --- a/ratpoison/wp +++ b/ratpoison/wp @@ -144,7 +144,6 @@ function change { #:: Set the background feh --bg-fill $background - convert $background ~/.wallpaper.png & #:: Record the current background set_current $background @@ -253,3 +252,6 @@ main $* pkill panel pkill stalone ~/bin/panel & disown +source ~/.colors +#convert -font DejaVuSansB -pointsize 30 -stroke $COLOR0 -strokewidth 1 -fill $COLOR11 -draw 'text 70,60 "Vasil Zlatanov -> +46 723537981 vasil.zlatanov@gmail.com" ' $background ~/.wallpaper.png & +convert $background ~/.wallpaper.png & |