update gtk-theme-collections

This commit is contained in:
Jeff Lance 2021-01-27 22:38:26 +01:00
parent a7ea34382c
commit 8d1fcec183
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
61cfb34a-4754-4da2-848f-47182f39a2b5
7a60154e-83b4-49d9-b3e7-850d795d44b8

View File

@ -1 +1 @@
85422fd6-0767-4816-b1fd-9aafad5f968a
8e7dff7e-0b12-491f-9e33-07ff8ec17d31

View File

@ -1 +1 @@
b207becd-cd15-4998-88f7-a9168189ba41
52eb636c-3ff5-42a2-adc7-531ae2b7656b

6
helpers/install_gtk-theme-collections.sh Normal file → Executable file
View File

@ -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