Waybar pkg update count: Add empty line between pkg list & time of check

This commit is contained in:
Viyurz 2024-02-21 07:56:59 +01:00
parent ac83fcda1a
commit 02d7137094
No known key found for this signature in database

View file

@ -41,7 +41,7 @@ done
# Show time of check
time="$(date '+%H:%M:%S')"
tooltip="$tooltip\nLatest check: $time"
tooltip="$tooltip\n\nLatest check: $time"
cat << EOF