Add author and date.

This commit is contained in:
2025-11-10 14:42:26 -07:00
parent 6ccdb395cd
commit a0f7773998
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# 2025-11-10 Hyperling
function battery { function battery {
upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | grep -o "[0-9.%]*" upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | grep -o "[0-9.%]*"

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# 2025-11-10 Hyperling
function storage { function storage {
location="$1" location="$1"