summaryrefslogtreecommitdiffstats
path: root/dwl-patches/patches/barcolors/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'dwl-patches/patches/barcolors/README.md')
-rw-r--r--dwl-patches/patches/barcolors/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/dwl-patches/patches/barcolors/README.md b/dwl-patches/patches/barcolors/README.md
new file mode 100644
index 0000000..640961b
--- /dev/null
+++ b/dwl-patches/patches/barcolors/README.md
@@ -0,0 +1,9 @@
+### Description
+Add support for colored status text to the [bar](/dwl/dwl-patches/src/branch/main/patches/bar). Text can be colored in the same manner as with dwlb, namely by wrapping it between `^fg(color)` and `^fg()` or `^bg(color)` and `^bg()`, where `color` is a 6-digit hexadecimal value.
+
+### Download
+- [git branch](/kerberoge/dwl/src/branch/barcolors)
+- [0.7](/dwl/dwl-patches/raw/branch/main/patches/barcolors/barcolors.patch)
+
+### Authors
+- [kerberoge](https://codeberg.org/kerberoge)