aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbattery-checknow2
1 files changed, 1 insertions, 1 deletions
diff --git a/battery-checknow b/battery-checknow
index 0ab4001..ed18565 100755
--- a/battery-checknow
+++ b/battery-checknow
@@ -3,7 +3,7 @@
3# Check battery state, save result to a file. Pop up notification if changed. 3# Check battery state, save result to a file. Pop up notification if changed.
4# Requires: battery-status, notify-battery 4# Requires: battery-status, notify-battery
5 5
6file="$XDG_DATA_HOME/batterystatus" 6file="${XDG_DATA_HOME:-$HOME/.local/share}/batterystatus"
7low=20 7low=20
8crit=15 8crit=15
9 9

Generated with cgit - Back to sebastiano.tronto.net