commit fd9c554b0e7b4a54a6f99a1a4d6b7a854e1b6ed5
parent aa1472ed71a388a0061db7b9cf9695799ccc7534
Author: explosion-mental <explosion0mental@gmail.com>
Date: Thu, 26 May 2022 23:10:33 -0500
[dwm][status monitor] add integrated status text patch
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md
@@ -86,6 +86,9 @@ to the suckless philosophy.
prints current MPD song, load averages, time/date and battery percentage.
* [gods](https://github.com/schachmat/gods) - implemented in Go. prints network
speed, cpu, ram, date/time
+* [integrated-status-text](../patches/integrated-status-text) - A patch to have
+ dwm itself handle the blocks asynchronously: this way we can handle mouse
+ clicks, colors, etc. much easier.
* [profil-dwmstatus-1.0.c](profil-dwmstatus-1.0.c) - cpufreq, battery percent
and date/time
* [rsblocks](https://github.com/MustafaSalih1993/rsblocks) - A fast multi threaded status bar written in Rust, configurable with a yaml file.