diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-03 12:03:52 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-03 12:03:52 -0500 |
| commit | cd511f1783f4933bce05a995c82f9160edb7d0e6 (patch) | |
| tree | 40633df933e3159c5190ead82681b98c68611fc8 /paleofetch/config_scripts/battery_config.sh | |
| parent | 99c885f477f8a06f1c4c6778e5fa9f2373a38e7b (diff) | |
Fixed some stuff, added ns, relocated scripts /usr/local/bin
Diffstat (limited to 'paleofetch/config_scripts/battery_config.sh')
| -rwxr-xr-x | paleofetch/config_scripts/battery_config.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/paleofetch/config_scripts/battery_config.sh b/paleofetch/config_scripts/battery_config.sh deleted file mode 100755 index 0a49740..0000000 --- a/paleofetch/config_scripts/battery_config.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -BATTERY_DIRECTORY=`ls /sys/class/power_supply | grep -i "^bat" | head -n 1` - -echo "BATTERY_DIRECTORY='\"/sys/class/power_supply/$BATTERY_DIRECTORY\"'" |