changeset: 575:54fc1aecff82
tag: tip
user: Andrew Antle <andrew_AT_antlechrist.org>
date: Sat Jul 03 12:41:57 2010 -0400
files: dwm.suckless.org/patches/fancycoloredbarclickable.md
description:
Simplified fancycoloredbarclickable, markup fixes.
diff -r 55bda5ef085b -r 54fc1aecff82 dwm.suckless.org/patches/fancycoloredbarclickable.md
--- a/dwm.suckless.org/patches/fancycoloredbarclickable.md Sat Jul 03 10:34:30 2010 +0200
+++ b/dwm.suckless.org/patches/fancycoloredbarclickable.md Sat Jul 03 12:41:57 2010 -0400
_AT_@ -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 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.
+This patch combines [fancybar](fancybar) and [statuscolors](statuscolors) 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.
+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.
-## Download
+[dwmd][2] is an extensible status script with color support.
- * [dwm-fancycoloredbarclickable.diff](
https://svn.0mark.unserver.de/dwm/trunk/patches/dwm-fancycoloredbarclickable.diff) latest fancycoloredbarclickable patch
+Download
+--------
+* [dwm-fancycoloredbarclickable.diff][1]
-## Glueer (for is is a patch of patches, im not really the author, but one who glued things together ;)
+Gluer
+-----
+...for this is a patch of patches; I'm not really the author, but the one who
+glued things together. ;)
- * Stefan Mark - <0mark_AT_unserver.de>
+* Stefan Mark - <0mark_AT_unserver.de>
-## Extensible status script with color support:
-
- * [
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
Received on Sat Jul 03 2010 - 18:43:41 CEST