commit 06270e42369585834ce4871a7264918f5a239081
Author: Narvin Singh <Narvin.A.Singh_AT_gmail.com>
Date: Wed Dec 30 11:20:52 2020 -0500
Feat: Status monitor akuma-v-dwm
Add akuma-v-dwm status monitor to the "Status Monitors Submitted by
Others" section.
Happy New Year!
I've been using dwm for a little while now, and I really like it,
as well as the suckless philosophy, so much so that I was inspired to
write this program. It is not in C, but a shell script (I'm thinking a
C version will be my next project). I believe it is a little different
than the other shell status monitors already on the site, in that
it is event driven and only recomputes the parts of the status that
are requested.
Thanks for all of your hard work, and good luck on your endeavours
in the new year!
diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md
index 1bde4a7f..5dd6173c 100644
--- a/dwm.suckless.org/status_monitor/index.md
+++ b/dwm.suckless.org/status_monitor/index.md
_AT_@ -44,6 +44,9 @@ Status Monitors Submitted By Others
-----------------------------------
Feel free to add your own status monitors here (keeping the list sorted).
+* [akuma-v-dwm](
https://gitlab.com/narvin/avd) - event driven, modular,
+ and extensible with date/time, all batteries, volume (amixer), backlight,
+ memory and cpu usage out of the box.
* [barM](barM.c) - can display all, time/date, ram usage, output of commands (the New BarMonitor).
* [dsblocks](
https://github.com/ashish-yadav11/dsblocks) - modular status
monitor, written and meant to be extended in C, with support for signaling,
Received on Wed Dec 30 2020 - 17:29:26 CET