aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxstyle.txt
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-14 05:52:39 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-14 05:52:39 (GMT)
commite169d33552c8e7070aa6e13da0187f2013b4cfc3 (patch)
treeae9e92c7e885791c7f47645184070cbcd441ab94 /doc/asciidoc/fluxstyle.txt
parentc82e7c0080f8a5c14dcf95ec92dc42f59ea9dd8b (diff)
parent91ca3bc5c8e2b892a9a81b18246f72aba7deebfd (diff)
downloadfluxbox-e169d33552c8e7070aa6e13da0187f2013b4cfc3.zip
fluxbox-e169d33552c8e7070aa6e13da0187f2013b4cfc3.tar.bz2
Merge branch 'master' into to_push
Diffstat (limited to 'doc/asciidoc/fluxstyle.txt')
-rw-r--r--doc/asciidoc/fluxstyle.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxstyle.txt b/doc/asciidoc/fluxstyle.txt
index f2e6e6f..9f70719 100644
--- a/doc/asciidoc/fluxstyle.txt
+++ b/doc/asciidoc/fluxstyle.txt
@@ -60,7 +60,7 @@ LOCATION
60-------- 60--------
61There are many places to store your styles, the most common is in your 61There are many places to store your styles, the most common is in your
62'~/.fluxbox/styles' directory. The initial installation will place the default 62'~/.fluxbox/styles' directory. The initial installation will place the default
63styles in '@pkg_datadir@/styles' providing a basic usable configuration. 63styles in '@pkgdatadir@/styles' providing a basic usable configuration.
64 64
65When creating your own style, create a directory (normally the name of your 65When creating your own style, create a directory (normally the name of your
66style) in '~/.fluxbox/styles/' (If the 'styles' directory doesn't exist, 66style) in '~/.fluxbox/styles/' (If the 'styles' directory doesn't exist,
@@ -467,7 +467,7 @@ These are the color formats for styles:
467 #000000 (Hexadecimal) 467 #000000 (Hexadecimal)
468 rgb:<0-255>/<0-255>/<0-255> 468 rgb:<0-255>/<0-255>/<0-255>
469 469
470See /usr/X11R6/lib/X11/rgb.txt for an explaination. 470See /usr/share/X11/rgb.txt for an explaination.
471 471
472AUTHOR and CREDITS 472AUTHOR and CREDITS
473------------------ 473------------------