Style dialog

This commit is contained in:
2024-06-14 00:40:07 +01:00
parent 504e266a6a
commit d7417e3fb3
2 changed files with 150 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ if ! command -v dialog; then
sudo apt-get install dialog -y
fi
# Set dialog colors
cp -f dotfiles/.dialogrc $HOME/.dialogrc
BACKTITLE="Trude's FreeBSD Toolkit"
dialog --erase-on-exit \
--backtitle "$BACKTITLE" \