From 3b093c5daaf3b8a2ec5905e71bbb6bd7ef627515 Mon Sep 17 00:00:00 2001 From: Kerberoge Date: Tue, 6 Aug 2024 15:05:10 +0200 Subject: [PATCH] Fixed a broken link in barcolors's README.md --- patches/barcolors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/barcolors/README.md b/patches/barcolors/README.md index b1a64ca..640961b 100644 --- a/patches/barcolors/README.md +++ b/patches/barcolors/README.md @@ -1,5 +1,5 @@ ### Description -Add support for colored status text to the [bar](/dwl/dwl-patches/wiki/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. +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)