sites

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

commit cb37ab31ae0759c1ca294052061172229a91fdeb
parent 1e27ea8a0c33f41be3e6ff4de1b2611bfe4120b2
Author: blmayer <git@mail.blmayer.dev>
Date:   Wed,  3 May 2023 12:32:49 -0300

[DWM] Added sysmon to status bar page

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

diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md @@ -115,6 +115,8 @@ Feel free to add your own status monitors here (keeping the list sorted). * [suspend-statusbar.c](https://github.com/snobb/dwm-statusbar) - date, loadavg, battery and more. If battery goes below threshold - run suspend command +* [sysmon](https://github.com/blmayer/sysmon) - Net in/out, mem, swap, CPU and + date info. Written in go using xgb and xproto to not spawn other processes. * [zara](https://github.com/lordrusk/zara) - Extremely simple status bar modeled after [gocaudices](https://github.com/lordrusk/gocaudices) expandable in Go through an interface. Modules include, beyond the basics, corona stats, weather, cpubars, network traffic, moonphase, and many more. * [ztatus](https://git.noxz.tech/ztatus/log.html) - simple statusbar and notification daemon (through fifo). Displays only date and time normally.