sites

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

commit b68b11fb5b9332ecd1f1d5173a2294a43c73dbbb
parent 7840ccbe8696a9c6e618f753a00c0230b55e1e23
Author: Aleksei Kozadaev <akozadaev at yahoo com>
Date:   Tue, 13 Jan 2026 23:20:16 +0000

[dwm][status-monitor][dwmstatus] dwmstatus in go with audio volume, load average, etc (C FFI)

Diffstat:
Mdwm.suckless.org/status_monitor/index.md | 3+++
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 @@ -117,6 +117,9 @@ 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 +* [dwmstatus](https://github.com/snobb/dwmstatus) - go port of + suspend-statusbar.c - date, loadavg, battery, audio volume (C FFI) and more. + Likewise - 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.