#!/bin/sh # Popup battery notification, based on the script battery-status # Requires: notify-send or similar #notify=notify-send notify=herbe $notify "Battery" "$(battery-status)"