diff --git a/Utils/octopus.sh b/Utils/octopus.sh index 51c3a73..ace42b3 100755 --- a/Utils/octopus.sh +++ b/Utils/octopus.sh @@ -49,7 +49,7 @@ case $1 in ;; "refresh") - DATE=`date +"%A %d, %H:%M - %s"` + DATE=`date +"%A %d, %Hh%M - %s"` BATT_PCT=$(acpi -b | cut -d, -f2 | cut -d" " -f2) BATT_TIME=$(acpi -b | cut -d, -f3 | cut -d" " -f2) #BATT=$( acpi -b | sed 's/.*[charg.|], \([0-9]*\)%.*/\1/gi' )