summaryrefslogtreecommitdiffstats
path: root/set-background.sh
diff options
context:
space:
mode:
Diffstat (limited to 'set-background.sh')
-rwxr-xr-xset-background.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/set-background.sh b/set-background.sh
index ea3e069..bce00f5 100755
--- a/set-background.sh
+++ b/set-background.sh
@@ -1,11 +1,11 @@
#!/bin/sh
-#----------------------------------------------------#
-# File: ~/bin/set-background.sh #
-# Version: 0.1.1 #
-# Date: 2008-10-6 #
-# Author: Florian "Bluewind" Pritz <f-p@gmx.at>#
-# start screen with a combined config file #
-#----------------------------------------------------#
+#----------------------------------------------------
+# File: ~/bin/set-background.sh
+# Version: 0.1.2
+# Date: 2009-01-18
+# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
+# start screen with a combined config file
+#----------------------------------------------------
# Usage: set-background.sh <image-file>
# Sets background using feh and creates symlink for slim
#----------------------------------------------------#
@@ -27,7 +27,7 @@ if [ "" = $DISPLAY ]; then
fi
if [ "$1" = "" ] || [ "$1" = "-h" ]; then
- notify-send -t 10000 "Background" "Usage: set-background <file>";
+ notify-send -t 10000 "Background" "Usage: set-background &lt;file&gt;";
exit 1
fi