From 680311c2ff6bfbbfc5f225506cc7c2326a17610f Mon Sep 17 00:00:00 2001
From: Luca Bilke <luca@bil.ke>
Date: Mon, 26 Feb 2024 10:19:16 +0100
Subject: [PATCH] colorize 'All done!' in upgrades

---
 .local/bin/upgrades | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.local/bin/upgrades b/.local/bin/upgrades
index a0ed423f..ebd3c15d 100755
--- a/.local/bin/upgrades
+++ b/.local/bin/upgrades
@@ -5,6 +5,9 @@ st -e sh -c "
 
     pkill -RTMIN+8 dwmblocks
 
+    tput bold
+    tput setaf 4
     echo 'All done!'
+    tput sgr 0
     read -r _
 "