Add mtstatus a multi-threaded status manager for X - sites - public wiki contents of suckless.org
 (HTM) git clone git://git.suckless.org/sites
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 77e7b904d695e080f0b71c4b53685957a29af74b
 (DIR) parent 2f7366e8fd55260291bd91c3d87b63e927a797ee
 (HTM) Author: Mehdi <ydhm@protonmail.com>
       Date:   Sun, 20 Apr 2025 03:56:59 +0100
       
       Add mtstatus a multi-threaded status manager for X
       
       Diffstat:
         M dwm.suckless.org/status_monitor/in… |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md
       @@ -101,6 +101,7 @@ Feel free to add your own status monitors here (keeping the list sorted).
          clicks, colors, etc. much easier.
        * [mblocks](https://gitlab.com/mhdy/mblocks) - A multi-threaded, memory-safe and elegant status monitor written in Rust.
        * [modbar](https://github.com/shirozuki/modbar) - A modular status bar. Each module can be updated independently of the others based on a given time interval or by passing module name to a named pipe. Simple and cpu-efficient. Linux-only (for now).
       +* [mtstatus](https://gitlab.com/mhdy/mtstatus) - A multi-threaded status monitor for X written in C.
        * [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.