#!/bin/sh
batt=$(acpi | awk 'FNR==2 {print $4}' | tr -d ',')
notify-send -u critical "battery at $batt" 
