Update config after a long time
This commit is contained in:
parent
7ac1b932a7
commit
c789e148a1
39 changed files with 1278 additions and 125 deletions
|
@ -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/%//')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue