#!/bin/sh
# To use this script you need KSetWallpaper plasmoid running
# See http://code.google.com/p/ksetwallpaper/

dbus-send --session --dest=org.new_wallpaper.Plasmoid --type=method_call \
    /org/new_wallpaper/Plasmoid/0 org.new_wallpaper.Plasmoid.SetWallpaper \
    string:$1
