Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fbsetbg(1) [debian man page]

FBSETBG(1)							  Fluxbox Manual							FBSETBG(1)

NAME
fbsetbg - Set a background wallpaper or pattern SYNOPSIS
fbsetbg [-uU wallpapersetter] [-fFcCtTaA] wallpaper fbsetbg [-uU wallpapersetter] -rR path fbsetbg -bB fbsetrootoptions... fbsetbg [-l|h|i|p] DESCRIPTION
fbsetbg(1) is a wrapper that tries to find a suitable background-setting app and then tries to set the wallpaper using that app. You don't have to configure fbsetbg. It just uses the first app it can find. Furthermore it supports remembering the last set wallpaper so you don't have to edit the style or init-file to change the wallpaper. It aims to provide clear error messages in a window that make debugging problems easy. OPTIONS
-f file Set fullscreen wallpaper. -c file Set centered wallpaper. -t file Set tiled wallpaper. -a file Set maximized wallpaper, preserving aspect (if your bgsetter doesn't support this option fbsetbg falls back to -f). -u wallpapersetter Use specified wallpapersetter, use no argument to forget. -b fbsetrootoptions Forward the options to fbsetroot(1). These can be used to set a solid, pattern, or gradient background texture. -r directory Set random wallpaper from a directory. -F, -C, -T, -A, -U, -B, -R Same as the lowercase option but without remembering. -l Set previous wallpaper. Or, if the random feature was last used, set another random wallpaper from the same directory. -i Display useful information about best wallpapersetter found. -p Display some useful tips. -h Display a help message. FILES
~/.fluxbox/lastwallpaper In this file the wallpaper you set will be stored, for the -l option. ENVIRONMENT
wpsetters Wallpapersetters to use. This can be a space-delimited list of the applications to try, or just a single name. DISPLAY The display you want to set the wallpaper on. EXAMPLES
To use feh(1) as wallpapersetter and set wallpapper.jpg from the current directory as wallpaper. $ wpsetters=feh fbsetbg wallpaper.jpg Recall the last set wallpaper on display :0.0 with the stored options. $ DISPLAY=:0.0 fbsetbg -l BUGS
fbsetbg(1) is not foolproof. AUTHORS
The author of fbsetbg is Han Boetes <han at fluxbox.org> This manpage was converted to asciidoc format by Jim Ramsay <i.am at jimramsay.com> for fluxbox-1.1.2 SEE ALSO
fluxbox(1) fbsetroot(1) AUTHOR
Jim Ramsay <i.am@jimramsay.com> Author. fbsetbg.txt 28 October 2011 FBSETBG(1)

Check Out this Related Man Page

Really Slick ScreenSavers(1)				      General Commands Manual				      Really Slick ScreenSavers(1)

NAME
drempels - Hallucinatory desktop enhancer. SYNOPSIS
drempels [--root/-r] [--maxfps/-x number] [--vsync/-y number] [--dpms/-M number] [--blur/-b number] [--speed/-s number] [--scale/-S number] [--cells/-c number] [--cellresolution/-R number] [--images/-i directory] [--texinterval/-I number] [--texfadeinterval/-f number] [--gentex- size/-g number] [--no-shader/-H] DESCRIPTION
From Ryan M. Geiss (http://www.geisswerks.com/about_drempels.html): "A hallucinatory desktop enhancer - bring your wallpaper to life with graceful, swirling imagery. Runs beautifully as animated wallpaper, or as a screensaver." Ported to Linux by Tugrul Galatali. OPTIONS
--root Draw on the root window. --maxfps number Set maximum frame rate. --vsync number Limit redraws to specified number of vertical refreshes. 0 - 100. Default: 1 --dpms number Stop rendering new frames if the display is not on. 0 - 1. Default: 1 --blur number Blurring between frames. 0 - 10. Default: 7 --speed number Speed of flow, bigger is faster. 0 - 20. Default: 10 --scale number Scale of flow, bigger is zoomed in. 0 - 20. Default: 10 --cells number Number of cells (i.e. control points) in width/height in powers of two. 4 - 8. Default: 4 --cellresolution number Resolution of each cell in powers of two. 4 - 8. Default: 4 --images directory Cycle through the images in the specified directory. --texinterval number Seconds to dwell on each texture. 1 - 3600. Default: 10 --texfadeinterval number Fade time between subsequent textures, in tenths of second. 1 - 100. Default: 10 --gentexsize number Resolution of randomly generated textures, in powers of two. 4 - 12. Default: 8 --no-shader Disables use of vertex/fragment shaders, in case they do not work as expected. ENVIRONMENT
DISPLAY to get the default host and display number. SEE ALSO
X(1), COPYRIGHT
Copyright (C) 2009 by Ryan M. Geiss and Tugrul Galatali. Drempels is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as pub- lished by the Free Software Foundation. Drempels is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. AUTHOR
Ryan M. Geiss and Tugrul Galatali <tugrul@galatali.com> X Version 11 Really Slick ScreenSavers(1)
Man Page