diff options
Diffstat (limited to 'bin/lowbat')
-rwxr-xr-x | bin/lowbat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh notify() { notify-send "Low battery" "Please plug in computer" -u critical -t 15000 |
index : lowbat-gnu | ||
Lightweight low battery notifier for GNU/Linux systems | jozan |
aboutsummaryrefslogtreecommitdiffstats |
-rwxr-xr-x | bin/lowbat | 2 |
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh notify() { notify-send "Low battery" "Please plug in computer" -u critical -t 15000 |