Update themer utility script
This commit is contained in:
parent
6aa4cf0474
commit
38fe1bd45d
@ -17,6 +17,7 @@ echo
|
|||||||
# Download and install adw-gtk3
|
# 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)
|
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
|
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/
|
tar xf /tmp/adw-gtk3.tar -C ${HOME}/.local/share/themes/
|
||||||
|
|
||||||
# Install adw-gtk3 for Flatpak applications
|
# Install adw-gtk3 for Flatpak applications
|
||||||
|
Loading…
Reference in New Issue
Block a user