update preview & fix screen

This commit is contained in:
varlesh 2016-11-22 10:27:19 +03:00
parent 178a34dc04
commit 70689d5c47
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ echo "Papirus icon theme for GTK"
echo "Delete old Papirus icon theme ..."
rm -rf ~/.icons/{Papirus-GTK,Papirus-Dark-GTK}
echo "Download new version from GitHub ..."
wget -q --show-progress -c https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/archive/master.zip \
wget -c https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/archive/master.zip \
-O /tmp/papirus-icon-theme-gtk.zip
echo "Unpack archive ..."
7za x /tmp/papirus-icon-theme-gtk.zip -o/tmp/ > /dev/null

View file

@ -4,7 +4,7 @@ echo "Papirus icon theme for GTK"
echo "Delete old Papirus icon theme ..."
sudo rm -rf /usr/share/icons/{Papirus-GTK,Papirus-Dark-GTK}
echo "Download new version from GitHub ..."
wget -q --show-progress -c https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/archive/master.zip \
wget -c https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/archive/master.zip \
-O /tmp/papirus-icon-theme-gtk.zip
echo "Unpack archive ..."
7za x /tmp/papirus-icon-theme-gtk.zip -o/tmp/ > /dev/null

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 46 KiB