changes with hypridle
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
s=$(cut -d. -f1 /proc/uptime)
|
||||
h=$((s / 3600))
|
||||
m=$(((s % 3600) / 60))
|
||||
printf "%02d:%02dh" "$h" "$m"
|
||||
printf " %02d:%02dh" "$h" "$m"
|
||||
Reference in New Issue
Block a user