aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authorJim Ramsay <i.am@jimramsay.com>2009-05-28 18:31:47 (GMT)
committerJim Ramsay <i.am@jimramsay.com>2009-05-28 18:31:54 (GMT)
commited28c69b8d7eb68cb12ec4b4456770ce55def69d (patch)
treef8048a8e1a5969cf38a08101c316167cd1a4a3cf /util/fbsetbg
parent5d183bf0797c35214e37bd22f43bb02decc7512f (diff)
downloadfluxbox-ed28c69b8d7eb68cb12ec4b4456770ce55def69d.zip
fluxbox-ed28c69b8d7eb68cb12ec4b4456770ce55def69d.tar.bz2
Cleaned up 'fbsetbg -h' output
Reordered the "Options" section and made it more clear that for setting solid, gradient, or pattern textures, one should also refer to fbsetroot(1).
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg14
1 files changed, 9 insertions, 5 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index 47aa33b..9047be2 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -58,7 +58,7 @@ command="`basename \"$0\"`"
58display_usage() { 58display_usage() {
59 cat << EOF 59 cat << EOF
60Usage: $command [-u/-U [wallpapersetter]] [-fFcCtTaA] /path/to/wallpaper 60Usage: $command [-u/-U [wallpapersetter]] [-fFcCtTaA] /path/to/wallpaper
61 $command [-u/-U [wallpapersetter]] [-fFcCtTaA] -r/-R /path/to/wallpaperdirectory 61 $command [-u/-U [wallpapersetter]] [-fFcCtTaA] -r/-R /path/to/directory
62 $command [-b/-B fbsetrootoptions] 62 $command [-b/-B fbsetrootoptions]
63 $command [-lhip] 63 $command [-lhip]
64Use \`\`$command -h'' for a complete help message. 64Use \`\`$command -h'' for a complete help message.
@@ -72,17 +72,21 @@ display_help() {
72 72
73Options: 73Options:
74 74
75 -u Use specified wallpapersetter, use no argument to forget.
76
75 -f Set fullscreen wallpaper (default). 77 -f Set fullscreen wallpaper (default).
76 -c Set centered wallpaper. 78 -c Set centered wallpaper.
77 -t Set tiled wallpaper. 79 -t Set tiled wallpaper.
78 -a Set maximized wallpaper, preserving aspect. 80 -a Set maximized wallpaper, preserving aspect.
79 ( if your bgsetter doesn't support this 81 ( if your wallpapersetter doesn't support this
80 we fall back to -f ) 82 we fall back to -f )
81 -u Use specified wallpapersetter, use no argument to forget. 83
82 -b Forward the options to fbsetroot.
83 -r set random wallpaper from a directory 84 -r set random wallpaper from a directory
84 85
85 -F,-C,-T,-A,-U,-B,-R same as uncapsed but without remembering. 86 -b Forward the rest of the arguments to fbsetroot(1).
87 This can be used to set solid, pattern, or gradient backgrounds.
88
89 -F,-C,-T,-A,-U,-B,-R same as lower-case, but without remembering.
86 90
87 -h Display this help. 91 -h Display this help.
88 92