1 2 3 4 5 6 7 8 9 10
#!/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)"
Generated with cgit - Back to sebastiano.tronto.net