diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-12-23 10:01:15 +0100 |
| commit | 7d3dc968b6183f51dc2594c80450372f0c8fb811 (patch) | |
| tree | 955b6be59884229125a63f070e16992dc5a79ca1 /battery-checknow | |
| parent | 20bbe3418e71556ff2d14623cbbf047c0bd55855 (diff) | |
| download | scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.tar.gz scripts-7d3dc968b6183f51dc2594c80450372f0c8fb811.zip | |
Changes for new laptop
Diffstat (limited to 'battery-checknow')
| -rwxr-xr-x | battery-checknow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battery-checknow b/battery-checknow index 66bbd60..4b76488 100755 --- a/battery-checknow +++ b/battery-checknow | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # Requires: battery-status, notify-battery | 4 | # Requires: battery-status, notify-battery |
| 5 | 5 | ||
| 6 | file="${XDG_DATA_HOME:-$HOME/.local/share}/batterystatus" | 6 | file="${XDG_DATA_HOME:-$HOME/.local/share}/batterystatus" |
| 7 | notify="notify push" | 7 | notify=${NOTIFY:-"notify push"} |
| 8 | low=20 | 8 | low=20 |
| 9 | crit=15 | 9 | crit=15 |
| 10 | 10 | ||
