sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 4367c4ba9b372a56f01183d66c64005643b78f8c
parent 172ae3e8d1d42a0d26fcd8db91c6ef8af62d3e52
Author: Artur Dobrowolski <artur.dobrowolski@startmail.com>
Date:   Thu, 18 Jul 2024 22:16:12 +0200

Added modbar to the status monitor list

Diffstat:
Mdwm.suckless.org/status_monitor/index.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md @@ -100,6 +100,7 @@ Feel free to add your own status monitors here (keeping the list sorted). dwm itself handle the blocks asynchronously: this way we can handle mouse 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). * [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.