aboutsummaryrefslogtreecommitdiff
path: root/notify-battery
blob: 0294b70f40d276facee2351b006f1a3a173611b8 (plain)
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