sites

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

index.md (668B)


      1 battery notify
      2 =========
      3 
      4 Description
      5 -----------
      6 This diff adds a battery notifications for specific levels you defined to slstatus.
      7 It sends notification using "notify-send" command.
      8 In config.h file there is array called "notifiable_levels" add any levels you want.
      9 
     10 Important
     11 ---------
     12 * "libnotify" is required to be installed
     13 * Add ({battery_notify, "", "BAT1"},) to config file in args array - replace BAT1 with your battery name
     14 * FreeBSD and OpenBSD are not supported
     15 
     16 Download
     17 --------
     18 * [slstatus-battery-notify-20240127-a56a0a5.diff](slstatus-battery-notify-20240127-a56a0a5.diff)
     19 
     20 Authors
     21 -------
     22 * keroles [github](https://github.com/keroles-ashraf-dev)