diff --git a/.local/bin/notificar-informacion.sh b/.local/bin/notificar-informacion.sh deleted file mode 100755 index ff4b736..0000000 --- a/.local/bin/notificar-informacion.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -battery="$(upower -i /org/freedesktop/UPower/devices/battery_BAT0)" -get_battery_value () { - echo "$battery" | grep "$1" | awk '{ print $2 }' -} -title="$(date +%T)" -body="\ -$(date +"%A %d of %B") -$(get_battery_value percentage) $(get_battery_value state)\ -" -notify-send --expire-time=5000 "$title" "$body"