all repos — fluxbox @ e9f9c6104b61a9f7ec7df14235a9c5392f082bad

custom fork of the fluxbox windowmanager

update from han
fluxgen fluxgen
commit

e9f9c6104b61a9f7ec7df14235a9c5392f082bad

parent

9858833a574f203afab265e5eb1ace42d4a8766d

1 files changed, 12 insertions(+), 7 deletions(-)

jump to
M util/fbsetbgutil/fbsetbg

@@ -23,7 +23,7 @@ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -# $Id: fbsetbg,v 1.13 2003/07/29 09:29:45 fluxgen Exp $ +# $Id: fbsetbg,v 1.14 2003/08/04 16:49:25 fluxgen Exp $ # # Portability notes:

@@ -141,17 +141,21 @@ break

fi done -standardrant="$WPSETTER sets the 'wrong' wallpaper. Transparant apps like aterm and -xchat won't work right with it. Consider using wmsetbg (from windowmaker) +standardrant=\ +"$WPSETTER sets the 'wrong' wallpaper. Transparency for fluxbox and apps like aterm +and xchat won't work right with it. Consider using chbg, wmsetbg (from windowmaker) or Esetroot (from Eterm)" +standardok=\ +"$WPSETTER is a nice wallpapersetter. You won't have any problems." + case $WPSETTER in chbg) full='-once -mode maximize' tile='-once -mode tile' center='-once -mode center' aspect='-once -mode smart -max_grow 100 -max_size 100' - debugstory="chbg is a nice app. You won't have any problems." + debugstory=$standardok ;; xsri) full='--center-x --center-y --scale-width=100 --scale-width=100'

@@ -172,14 +176,14 @@ full='-scale'

tile='' center='-c' aspect='-fit' - debugstory="Esetroot is a nice app. You won't have any problems." + debugstory=$standardok ;; wmsetbg) full='-s -S' tile='-t' center='-b black -e' aspect='-b black -a' - debugstory="wmsetbg is a nice app. You won't have any problems." + debugstory=$standardok ;; xsetbg) tile='-border black'

@@ -218,7 +222,8 @@ debugstory="icewmbg does support transparency, but only tiling. And I noticed odd

errormessages with aterm. Don't use it unless you have to." ;; '') - message "I can't find an app to set the wallpaper with. You can install one in + message \ +"I can't find an app to set the wallpaper with. You can install one in many many ways but I will give you some simple advice: install Eterm and you're set. Eterm provides Esetroot and thats a great wallpaper setter. I recommend you install the package provided by your distro."