Update config after a long time

This commit is contained in:
Afonso Franco 2023-09-18 07:20:52 +01:00
parent 7ac1b932a7
commit c789e148a1
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
39 changed files with 1278 additions and 125 deletions

View file

@ -1,5 +1,9 @@
#!/bin/bash
if [ "$(acpi)" == "No support for device type: power_supply" ]
then
echo ""
fi
batLevel=$(acpi --battery | grep -Po '(\d+)\%' | sed 's/%//')