From 468a789dbc4b1928c035d8590895efc533520a27 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 17:07:33 +0100 Subject: Updated file tree to match XDG base directory specification --- bin/battery-low-check | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 bin/battery-low-check (limited to 'bin/battery-low-check') diff --git a/bin/battery-low-check b/bin/battery-low-check deleted file mode 100755 index dbbdc6b..0000000 --- a/bin/battery-low-check +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -capacity=$(cat /sys/class/power_supply/BAT0/capacity) - -[ "$capacity" -lt 10 ] && notify-send -u critical "Battery low $capacity%" -- cgit