From d325107b88a8a6882dcbd14f0da4845f7f7fffdf Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 22 Sep 2025 23:53:34 +0200 Subject: [PATCH] (feat) Added waybar updates script --- .config/waybar/scripts/updates.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .config/waybar/scripts/updates.sh diff --git a/.config/waybar/scripts/updates.sh b/.config/waybar/scripts/updates.sh new file mode 100755 index 0000000..a51840f --- /dev/null +++ b/.config/waybar/scripts/updates.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +updates=$(checkupdates | wc -l) +echo "{\"text\": \"󰇚 $updates\", \"tooltip\": \"$updates pending updates\"}" \ No newline at end of file