update gtk-theme-collections

This commit is contained in:
Jeff Lance 2021-01-27 22:11:21 +01:00
parent 32c443ef73
commit a7ea34382c
5 changed files with 22 additions and 8 deletions

View File

@ -1 +1 @@
61eb4bc0-dbac-49a9-acf3-0a193db15581
61cfb34a-4754-4da2-848f-47182f39a2b5

View File

@ -1 +1 @@
33071052-02ea-418e-bed0-11b117c5b055
85422fd6-0767-4816-b1fd-9aafad5f968a

View File

@ -1 +1 @@
b5811385-de1f-4ee1-a84b-47443493b940
b207becd-cd15-4998-88f7-a9168189ba41

View File

@ -0,0 +1,14 @@
#!/bin/bash
GTK_THEMES_DIR="$HOME/.themes"
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"
else
git -C "$GTK_THEMES_DIR/gtk-theme-collections" pull
fi

View File

@ -1,6 +1,6 @@
- shell:
- [
git clone https://github.com/addy-dclxvi/gtk-theme-collections ~/.themes,
"Installing GTK themes."
]
- command: '/bin/bash -c helpers/install_gtk-theme-collections.sh'
description: Get GTK themes
stderr: true
stdout: true