colorize 'All done!' in upgrades
This commit is contained in:
parent
e9d8e92623
commit
680311c2ff
|
@ -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 _
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue