changeset: 190:0e77e5622451
tag: tip
user: dinkumator_AT_gmail.com
date: Sun Dec 07 01:19:53 2008 -0500
files: dwm/patches/colored_status_text.md
description:
colored status patch - swapped links (whoops) and shorten line some
diff -r 449dd7029c10 -r 0e77e5622451 dwm/patches/colored_status_text.md
--- a/dwm/patches/colored_status_text.md Sat Dec 06 13:22:10 2008 -0500
+++ b/dwm/patches/colored_status_text.md Sun Dec 07 01:19:53 2008 -0500
_AT_@ -33,7 +33,7 @@
A really silly example:
- echo -e "normal text \x01 selected text \x03 warning/urgent text \x04 error text \x01 back to normal text" | dwm
+ echo -e "normal \x01 selected \x03 warning/urgent \x04 error \x01 back to normal text" | dwm
An example status script snippet to take advantage of the colors:
_AT_@ -61,6 +61,6 @@
## Comment ##
If you find any bugs or may improve the code, feel free to do so and push the changes to the wiki.