changes with hypridle

This commit is contained in:
Hannes
2026-08-22 21:53:57 +02:00
parent f904ee817e
commit ae94b7c449
8 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -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"