aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrubert <grubert>2003-11-25 09:08:04 (GMT)
committergrubert <grubert>2003-11-25 09:08:04 (GMT)
commit19a6c51ec929c0c51d3ae5e89259728bf20da029 (patch)
treea380d84f8c9ac74c9f11bbaac42d9494dc0f7880 /doc
parent5722b04b97aca8431d4621431e46c9bf01c4f9a7 (diff)
downloadfluxbox-19a6c51ec929c0c51d3ae5e89259728bf20da029.zip
fluxbox-19a6c51ec929c0c51d3ae5e89259728bf20da029.tar.bz2
Chg: short note on pixmaps.
Diffstat (limited to 'doc')
-rw-r--r--doc/fluxbox.1.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index 634de9b..f46b234 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -539,6 +539,17 @@ Instead of a texture description, also the option
539is available, which makes the component appear as a part of its parent, e.g. 539is available, which makes the component appear as a part of its parent, e.g.
540totally transparant. 540totally transparant.
541.PP 541.PP
542Or for even more possibilities
543.B Pixmap .
544If pixmap texture is specified (it might not be necessary on every occasion)
545the pixmap file is specified in a separate pixmap resource.
546.EX
547toolbar.clock: pixmap
548toolbar.clock.pixmap: .fluxbox/styles/mine/clock_background.xpm
549.EE
550This feature might need some investigations, reports say that sometimes
551the resources color and colorTo must be set and then they may not be set.
552.PP
542All gradiented textures are composed of two color values: the 553All gradiented textures are composed of two color values: the
543.IR color " and " colorTo " resources." 554.IR color " and " colorTo " resources."
544When 555When
@@ -959,9 +970,8 @@ This tells Fluxbox where to find the file that contains the order in which the a
959.EX 970.EX
960session.slitlistFile: /home/myself/.fluxbox/slitlist 971session.slitlistFile: /home/myself/.fluxbox/slitlist
961.EE 972.EE
962.\"
963.TP 973.TP
964.B session.screen0.toolbar.tools: <list of tools> 974.B session.screen0.toolbar.tools:
965This specifies the tools plugged ino the toolbar. 975This specifies the tools plugged ino the toolbar.
966Possible tools: 976Possible tools:
967workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, 977workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow,
@@ -970,7 +980,6 @@ e.g. :
970.EX 980.EX
971session.screen0.toolbar.tools: clock, iconbar, workspacename 981session.screen0.toolbar.tools: clock, iconbar, workspacename
972.EE 982.EE
973.\"
974.TP 983.TP
975.B session.screen0.strftimeFormat: 984.B session.screen0.strftimeFormat:
976This adjusts the way the current time is displayed in the toolbar. 985This adjusts the way the current time is displayed in the toolbar.