Waybar pkg update count: Add empty line between pkg list & time of check
This commit is contained in:
parent
ac83fcda1a
commit
02d7137094
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue