Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 750 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 750 Bytes

batify2

Description

Simple battery notification.

Usage

batify [OPTION…]

Options

Help Options:

  • -h, --help - Show help options

Application Options:

  • -d, --debug - Enable/disable debug information
  • -i, --interval - Update interval in seconds
  • -t, --timeout - Notification timeout
  • -l, --low-level - Low battery level in percent
  • -c, --critical-level - Critical battery level in percent
  • -f, --full-capacity - Full capacity for battery

Examples

batify

batify -i 10

batify -l 25 -c 15 -f 98