URI:
       [dwm][status-monitor][dwmstatus] dwmstatus in go with audio volume, load average, etc (C FFI) - sites - public wiki contents of suckless.org
  HTML git clone git://git.suckless.org/sites
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit b68b11fb5b9332ecd1f1d5173a2294a43c73dbbb
   DIR parent 7840ccbe8696a9c6e618f753a00c0230b55e1e23
  HTML 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:
         M dwm.suckless.org/status_monitor/in… |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR 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.