commit 84915a65e3f1740a2b21ea02a47d683ee72e7072
parent bfd6bd0636db67403faf12c087cfe84d66558d82
Author: Andrew Antle <andrew@antlechrist.org>
Date: Sat, 3 Jul 2010 12:41:57 -0400
Simplified fancycoloredbarclickable, markup fixes.
Diffstat:
1 file changed, 24 insertions(+), 17 deletions(-)
diff --git a/dwm.suckless.org/patches/fancycoloredbarclickable.md b/dwm.suckless.org/patches/fancycoloredbarclickable.md
@@ -1,26 +1,33 @@
-# fancycoloredbarclickable
+fancycoloredbarclickable
+========================
-## Description
+Description
+-----------
+`fancycoloredbarclickable` provides colors in the status area, shows the
+titles of all visible clients, and provides a function to select a client by
+clicking on its title.
+
+This patch combines [fancybar](fancybar) and [statuscolors](statuscolors) with
+the additional `selectby-click-on-title` function.
-This patch provides colors in the status area, shows the titles of all
-visible Clients and provides a function to select a client by clicking
-on its title.
-Actually this patch combines the fancybar Patch and the statuscolors Patch
-with the additional selectby-click-on-title function.
The fancybar patch used is rather new and unchanged, while the statuscolor
patch is older and modified. The original statuscolor patch made gaps after
-changing the color and used its own color definition everywhere. This
-modified version made no gaps and the default color definition is used
-everywhere but in the status area.
-
-## Download
+changing the color and used its own color definition everywhere. This modified
+version creates no gaps and the default color definition is used everywhere
+but in the status area.
- * [dwm-fancycoloredbarclickable.diff](https://svn.0mark.unserver.de/dwm/trunk/patches/dwm-fancycoloredbarclickable.diff) latest fancycoloredbarclickable patch
+[dwmd][2] is an extensible status script with color support.
-## Glueer (for is is a patch of patches, im not really the author, but one who glued things together ;)
+Download
+--------
+* [dwm-fancycoloredbarclickable.diff][1]
- * Stefan Mark - <0mark@unserver.de>
+Gluer
+-----
+...for this is a patch of patches; I'm not really the author, but the one who
+glued things together. ;)
-## Extensible status script with color support:
+* Stefan Mark - <0mark@unserver.de>
- * [http://0mark.unserver.de/dwmd](http://0mark.unserver.de/dwmd) dwmd
+[1]: https://svn.0mark.unserver.de/dwm/trunk/patches/dwm-fancycoloredbarclickable.diff
+[2]: http://0mark.unserver.de/dwmd