Add author and date.
This commit is contained in:
@@ -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.%]*"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# 2025-11-10 Hyperling
|
||||||
|
|
||||||
function storage {
|
function storage {
|
||||||
location="$1"
|
location="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user