ssetbg.1 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ." Text automatically generated by txt2man
  2. .TH ssetbg "January 18, 2007" "" ""
  3. .SH NAME
  4. \fBssetbg \fP- set X background
  5. \fB
  6. .SH SYNOPSIS
  7. .nf
  8. .fam C
  9. \fBssetbg\fP [\fB-c\fP \fIcolor\fP] [\fB-s\fP|\fB-t\fP|\fB-n\fP \fIfilename\fP]
  10. .fam T
  11. .fi
  12. .SH DESCRIPTION
  13. \fBssetbg\fP is a simple tool to set the bacground of the X11 root window.
  14. It allows setting a jpg / png image or plain \fIcolor\fP.
  15. .SH OPTIONS
  16. .TP
  17. .B
  18. \fB-c\fP \fIcolor\fP
  19. Set backround \fIcolor\fP. \fIcolor\fP is in hex format, ie 0066CC
  20. Use this option to set plain \fIcolor\fP or together with the \fB-n\fP option
  21. .TP
  22. .B
  23. \fB-s\fP \fIfilename\fP
  24. Stretch the image to fill the sreen size. This is the default option
  25. .TP
  26. .B
  27. \fB-t\fP \fIfilename\fP
  28. Tile the image
  29. .TP
  30. .B
  31. \fB-n\fP \fIfilename\fP
  32. Center the image on the screen. Can be used with an alpha-transpaent
  33. png image and the the \fB-c\fP option.
  34. .TP
  35. .B
  36. \fIfilename\fP
  37. is the path to a JPEG or PNG image.
  38. .SH EXAMPLE
  39. \fBssetbg\fP /some/path/image.jpg
  40. .PP
  41. \fBssetbg\fP \fB-t\fP /some/path/tile.jpg
  42. .PP
  43. \fBssetbg\fP \fB-c\fP BBBBBB
  44. .PP
  45. \fBssetbg\fP \fB-c\fP CCCCCC \fB-n\fP /some/path/logo.png
  46. .SH AUTHOR
  47. Simone Rota <sip@varlock.com>