sites

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

commit 06270e42369585834ce4871a7264918f5a239081
parent fef22c9ff1400b6b494e3fbd1ce0ca0ec2ef40fc
Author: Narvin Singh <Narvin.A.Singh@gmail.com>
Date:   Wed, 30 Dec 2020 11:20:52 -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!

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 @@ -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,