Skip to content

yolona-oss/notmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTMON

System monitor and notifier.

Table of content

  1. Configuration.
  2. Availible monitors.
  3. In development capabilities.

Configuration

All configuration applaing in config.h((suckless)[suckless.org] like configuration)

Syntax

Example:

static const struct arg notifications[] = {
   /* function	argument */
	{ battery,	"BAT0" },
	{ disk,		"/" },
	{ disk,		"/home },
	...
};

Availible monitors

  • Battery percentage
  • Disk free space
  • Archlinux pacman updates check

In development capabilities

  • Functions
    • Ignoring some notifications on the fly