From af8edcce1b7dc3b38fbc38cdf21b6cb82d359ee6 Mon Sep 17 00:00:00 2001 From: Botspot Date: Wed, 8 Sep 2021 23:57:24 -0500 Subject: [PATCH] Conky and libreoffice: add triangles to user-errors --- apps/Conky Rings/install | 4 +++- apps/Conky/install | 4 +++- apps/Libreoffice MS theme/install | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/Conky Rings/install b/apps/Conky Rings/install index c21b104..63e06d8 100755 --- a/apps/Conky Rings/install +++ b/apps/Conky Rings/install @@ -8,7 +8,9 @@ function error { } if [ -f "$HOME/.conkyrc" ]; then - error "Another Conky theme is already installed! Uninstall the original app (Or delete $HOME/.conkyrc), then try again." + error "▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ +Another Conky theme is already installed! Uninstall the original app (Or delete $HOME/.conkyrc), then try again. +▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲" fi # Get dependencies diff --git a/apps/Conky/install b/apps/Conky/install index 59de3f9..249eb7b 100755 --- a/apps/Conky/install +++ b/apps/Conky/install @@ -8,7 +8,9 @@ function error { } if [ -f "$HOME/.conkyrc" ]; then - error "Another Conky theme is already installed! Uninstall the original app (Or delete $HOME/.conkyrc), then try again." + error "▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ +Another Conky theme is already installed! Uninstall the original app (Or delete $HOME/.conkyrc), then try again. +▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲" fi wget -O ~/.conkyrc https://raw.githubusercontent.com/Botspot/rpi_conky/master/conkyrc || error 'Failed to download conkyrc!!' diff --git a/apps/Libreoffice MS theme/install b/apps/Libreoffice MS theme/install index 9d576f4..e831fda 100755 --- a/apps/Libreoffice MS theme/install +++ b/apps/Libreoffice MS theme/install @@ -8,9 +8,13 @@ function error { } if ! command -v libreoffice >/dev/null ;then - error "Libreoffice is not installed, so this theme is useless to you.\nTo install libreoffice, run this in a terminal:\nsudo apt install libreoffice libreoffice-gtk2" + error "▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ +Libreoffice is not installed, so this theme is useless to you.\nTo install libreoffice, run this in a terminal:\nsudo apt install libreoffice libreoffice-gtk2 +▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲" fi + + rm -rf ~/libreoffice-ms-theme git clone --depth=1 https://github.com/Botspot/libreoffice-ms-theme || error "Failed to git clone libreoffice-ms-theme repository!" ~/libreoffice-ms-theme/apply.sh || error "apply.sh failed"