Skip to content

Commit

Permalink
Comma out of place for IMAGE_FORMATS
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Fitzgerald <netzdamon@gmail.com>
  • Loading branch information
Greg Fitzgerald committed Jan 19, 2009
1 parent 1e4ef8a commit d51246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallpaper/wallpaper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: set sw=2 sts=2 et tw=80 :

WALLPAPER="/home/gregf/.wallpaper/" # Full path no ~
IMAGE_FORMATS="[.jpg,.gif,.png.,bmp]" # Keep this a string
IMAGE_FORMATS="[.jpg,.gif,.png,.bmp]" # Keep this a string
WALLPAPER_CMD="/usr/bin/feh" # Whatever command you use to set your wallpaper
WPCMD_OPTIONS="--bg-scale" # Any options you need to pass to the above command
DISPLAY=":0.0" # You can use ENV['DISPLAY'] here but, it wont work from a cronjob.
Expand Down

0 comments on commit d51246d

Please sign in to comment.