1

Update themer utility script

This commit is contained in:
Jessie Hildebrandt 2023-06-02 08:50:30 -04:00
parent 6aa4cf0474
commit 38fe1bd45d

View File

@ -17,6 +17,7 @@ echo
# Download and install adw-gtk3
DOWNLOAD_URL=$(curl -s https://api.github.com/repos/lassekongo83/adw-gtk3/releases/latest | grep browser_download_url | cut -d '"' -f 4)
wget "${DOWNLOAD_URL}" -O /tmp/adw-gtk3.tar
mkdir -p ${HOME}/.local/share/themes
tar xf /tmp/adw-gtk3.tar -C ${HOME}/.local/share/themes/
# Install adw-gtk3 for Flatpak applications