colorize 'All done!' in upgrades
This commit is contained in:
parent
e9d8e92623
commit
680311c2ff
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ st -e sh -c "
|
||||||
|
|
||||||
pkill -RTMIN+8 dwmblocks
|
pkill -RTMIN+8 dwmblocks
|
||||||
|
|
||||||
|
tput bold
|
||||||
|
tput setaf 4
|
||||||
echo 'All done!'
|
echo 'All done!'
|
||||||
|
tput sgr 0
|
||||||
read -r _
|
read -r _
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue