Added barcolors patch

This commit is contained in:
Kerberoge
2024-07-28 13:06:21 +02:00
committed by A Frederick Christensen
parent 373c8dd630
commit 12a8d4b7d5
2 changed files with 144 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
### Description
Adds support for colored status text. 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. This patch only works if the bar patch has been applied before.
### Download
- [git branch](https://codeberg.org/kerberoge/dwl/src/branch/barcolors)
- [2024-07-28](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/barcolors/barcolors.patch)
### Authors
- [Kerberoge](https://codeberg.org/kerberoge)
sjoerdenjh@gmail.com
kerberoge at [Libera IRC dwl channel](https://web.libera.chat/?channels=#dwl)
kerberoge at [dwl Discord](https://discord.gg/jJxZnrGPWN)