Add figlet
This commit is contained in:
@@ -2,15 +2,7 @@
|
||||
# Install pywal
|
||||
# ------------------------------------------------------
|
||||
echo -e "${GREEN}"
|
||||
cat <<"EOF"
|
||||
_
|
||||
_ __ _ ___ ____ _| |
|
||||
| '_ \| | | \ \ /\ / / _` | |
|
||||
| |_) | |_| |\ V V / (_| | |
|
||||
| .__/ \__, | \_/\_/ \__,_|_|
|
||||
|_| |___/
|
||||
|
||||
EOF
|
||||
figlet "Pywal"
|
||||
echo -e "${NONE}"
|
||||
if [ -f /usr/bin/wal ]; then
|
||||
echo "pywal already installed. Trying to force the installation with python-pywal"
|
||||
|
||||
Reference in New Issue
Block a user