From a0626cc46ec138ef3c3fd873799fe83a018827d3 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 24 Jun 2018 13:36:20 +0200 Subject: [PATCH] Add numix circle theme --- setup.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.bash b/setup.bash index 1a5ce2a..6d1230d 100755 --- a/setup.bash +++ b/setup.bash @@ -14,7 +14,7 @@ install-apt-dependencies() { echo "=> Installing apt dependencies" set -x sudo apt-get update && \ - sudo apt-get install xcompmgr openbox albert plank dunst + sudo apt-get install xcompmgr openbox albert plank dunst numix-icon-theme-circle set +x } @@ -28,7 +28,7 @@ are-in-path() { install-dependencies() { echo "=> Checking dependencies" - if ! are-in-path xcompmgr openbox dunst; then + if ! are-in-path xcompmgr openbox dunst || ! [[ -d /usr/share/icons/Numix-Circle ]]; then install-apt-dependencies fi }