diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:01:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:01:10 +0100 |
commit | 950d2e34c11c8794030fb1041d6e89294a1386a8 (patch) | |
tree | fc395094d797a8820407e5711610f3a6c712dcf8 /bin | |
parent | Better indentation (diff) | |
download | lowbat-gnu-950d2e34c11c8794030fb1041d6e89294a1386a8.tar.gz lowbat-gnu-950d2e34c11c8794030fb1041d6e89294a1386a8.tar.bz2 lowbat-gnu-950d2e34c11c8794030fb1041d6e89294a1386a8.tar.xz lowbat-gnu-950d2e34c11c8794030fb1041d6e89294a1386a8.tar.zst lowbat-gnu-950d2e34c11c8794030fb1041d6e89294a1386a8.zip |
Finished Makefile
Diffstat (limited to 'bin')
-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 |