Change wifi icon

This commit is contained in:
Bob Mottram 2016-09-10 20:36:42 +01:00
parent 604083e17a
commit 95b5b5b339
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

BIN
img/avatars/wifi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -539,7 +539,7 @@ function show_desktop_icons {
echo 'Type=Application' >> /home/$MY_USERNAME/Desktop/wifi.desktop
echo 'Comment=Check wifi status' >> /home/$MY_USERNAME/Desktop/wifi.desktop
echo 'Exec=mate-terminal -e "sudo batman monitor"' >> /home/$MY_USERNAME/Desktop/wifi.desktop
echo 'Icon=/usr/share/freedombone/avatars/wifi.jpg' >> /home/$MY_USERNAME/Desktop/wifi.desktop
echo 'Icon=/usr/share/freedombone/avatars/wifi.png' >> /home/$MY_USERNAME/Desktop/wifi.desktop
echo 'Terminal=false' >> /home/$MY_USERNAME/Desktop/wifi.desktop
echo 'Categories=Application;' >> /home/$MY_USERNAME/Desktop/wifi.desktop