From 02d7137094cfa160473b7afe162c964de4228050 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Wed, 21 Feb 2024 07:56:59 +0100 Subject: [PATCH] Waybar pkg update count: Add empty line between pkg list & time of check --- .scripts/waybar-pkg-update-count.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/waybar-pkg-update-count.sh b/.scripts/waybar-pkg-update-count.sh index ed7b0e1..fbea80e 100755 --- a/.scripts/waybar-pkg-update-count.sh +++ b/.scripts/waybar-pkg-update-count.sh @@ -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