From 8d1fcec183c8b472adbecc4829a4277cf7c32c62 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 27 Jan 2021 22:38:26 +0100 Subject: [PATCH] update gtk-theme-collections --- conf.d/fonts/FontAwesome5/.uuid | 2 +- conf.d/fonts/InputMono/.uuid | 2 +- conf.d/fonts/icofont/css/.uuid | 2 +- helpers/install_gtk-theme-collections.sh | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 helpers/install_gtk-theme-collections.sh diff --git a/conf.d/fonts/FontAwesome5/.uuid b/conf.d/fonts/FontAwesome5/.uuid index 674d55d..6fb92a9 100644 --- a/conf.d/fonts/FontAwesome5/.uuid +++ b/conf.d/fonts/FontAwesome5/.uuid @@ -1 +1 @@ -61cfb34a-4754-4da2-848f-47182f39a2b5 \ No newline at end of file +7a60154e-83b4-49d9-b3e7-850d795d44b8 \ No newline at end of file diff --git a/conf.d/fonts/InputMono/.uuid b/conf.d/fonts/InputMono/.uuid index f6dbbac..0ad2cf8 100644 --- a/conf.d/fonts/InputMono/.uuid +++ b/conf.d/fonts/InputMono/.uuid @@ -1 +1 @@ -85422fd6-0767-4816-b1fd-9aafad5f968a \ No newline at end of file +8e7dff7e-0b12-491f-9e33-07ff8ec17d31 \ No newline at end of file diff --git a/conf.d/fonts/icofont/css/.uuid b/conf.d/fonts/icofont/css/.uuid index 531aac7..568fd39 100644 --- a/conf.d/fonts/icofont/css/.uuid +++ b/conf.d/fonts/icofont/css/.uuid @@ -1 +1 @@ -b207becd-cd15-4998-88f7-a9168189ba41 \ No newline at end of file +52eb636c-3ff5-42a2-adc7-531ae2b7656b \ No newline at end of file diff --git a/helpers/install_gtk-theme-collections.sh b/helpers/install_gtk-theme-collections.sh old mode 100644 new mode 100755 index 893715e..fc71f1b --- a/helpers/install_gtk-theme-collections.sh +++ b/helpers/install_gtk-theme-collections.sh @@ -6,9 +6,9 @@ if [[ ! -d "$GTK_THEMES_DIR" ]]; then mkdir -p "$GTK_THEMES_DIR" fi -if [[ ! -d "$GTK_THEMES_DIR/gtk-theme-collections" ]]; then - git clone https://github.com/addy-dclxvi/gtk-theme-collections.git "$GTK_THEMES_DIR/gtk-theme-collections" +if [[ $(ls -A $GTK_THEMES_DIR) ]]; then + git -C "$GTK_THEMES_DIR" pull else - git -C "$GTK_THEMES_DIR/gtk-theme-collections" pull + git clone https://github.com/addy-dclxvi/gtk-theme-collections.git "$GTK_THEMES_DIR" fi