1
0
Fork 0

colorize 'All done!' in upgrades

This commit is contained in:
Luca Bilke 2024-02-26 10:19:16 +01:00
parent e9d8e92623
commit 680311c2ff
1 changed files with 3 additions and 0 deletions

View File

@ -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 _
"