diff --git a/scripts/themer b/scripts/themer index 18628fb..f122ac8 100755 --- a/scripts/themer +++ b/scripts/themer @@ -15,10 +15,9 @@ echo "Installing adw-gtk3 theme for GTK3 applications..." # Download and install adw-gtk3 -cd /tmp/ 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}" -tar xf *.tar* -C ${HOME}/.local/share/themes/ +wget "${DOWNLOAD_URL}" -O /tmp/adw-gtk3.tar +tar xf /tmp/adw-gtk3.tar -C ${HOME}/.local/share/themes/ # Install adw-gtk3 for Flatpak applications sudo flatpak install --noninteractive org.gtk.Gtk3theme.adw-gtk3 org.gtk.Gtk3theme.adw-gtk3-dark