Add figlet

This commit is contained in:
Stephan Raabe
2023-12-21 21:57:44 +01:00
parent f30628c5e7
commit 442f8bed08
20 changed files with 45 additions and 167 deletions
+1 -8
View File
@@ -4,14 +4,7 @@
if [[ $profile == *"Hyprland"* ]]; then
echo -e "${GREEN}"
cat <<"EOF"
__ __ _ _
| \/ | ___ _ __ (_) |_ ___ _ __ ___
| |\/| |/ _ \| '_ \| | __/ _ \| '__/ __|
| | | | (_) | | | | | || (_) | | \__ \
|_| |_|\___/|_| |_|_|\__\___/|_| |___/
EOF
figlet "Monitor"
echo -e "${NONE}"
if [ "$monitorrestored" == "1" ]; then
echo "Monitor settings could already be restored".