wok-next diff make-slitaz-icons/stuff/mksit.sh @ rev 17961

make-slitaz-icons, slitaz-icons-faenza: up (20150417).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 02:41:30 2015 +0300 (2015-04-17)
parents 6a2eb64d4052
children ad29119ff607
line diff
     1.1 --- a/make-slitaz-icons/stuff/mksit.sh	Thu Apr 16 03:14:37 2015 +0300
     1.2 +++ b/make-slitaz-icons/stuff/mksit.sh	Fri Apr 17 02:41:30 2015 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  # Aleksej Bobylev <al.bobylev@gmail.com>, 2014-2015
     1.5  # (Started in November 2014)
     1.6  
     1.7 -VERSION="150416"
     1.8 +VERSION="150417"
     1.9  
    1.10  . /lib/libtaz.sh
    1.11  
    1.12 @@ -42,7 +42,7 @@
    1.13  
    1.14  # Color output
    1.15  colored() {
    1.16 -	if [ $color == 'yes' ]; then
    1.17 +	if [ "$color" == 'yes' ]; then
    1.18  		colorize $@
    1.19  	else
    1.20  		echo $2
    1.21 @@ -340,9 +340,11 @@
    1.22  c view-choose
    1.23  c view-filter
    1.24  c view-sidetree
    1.25 +
    1.26  c gtk-execute			# LXPanel menu: run
    1.27  c system-shutdown-panel-restart	# LXPanel menu: logout
    1.28  c gtk-close			# Yad close button
    1.29 +c gtk-go-forward gtk-go-forward-ltr # tazbox tz Yad dialog
    1.30  
    1.31  
    1.32  ############################
    1.33 @@ -478,6 +480,13 @@
    1.34  #---------------------------
    1.35  c camera camera-photo										# Matrilineare hack
    1.36  
    1.37 +# Big drive icons on the PCManFM Desktop
    1.38 +CATEGORY='devices'; SIZES='48'; echo_cat
    1.39 +c drive-harddisk
    1.40 +c drive-optical
    1.41 +c drive-removable-media drive-harddisk-removable			# Matrilineare hack
    1.42 +
    1.43 +
    1.44  
    1.45  #########################
    1.46  # Standard Emblem Icons #
    1.47 @@ -691,6 +700,7 @@
    1.48  c folder-videos
    1.49  
    1.50  
    1.51 +
    1.52  #########################
    1.53  # Standard Status Icons #
    1.54  #########################
    1.55 @@ -756,10 +766,13 @@
    1.56  c weather-snow
    1.57  c weather-storm
    1.58  #------------------
    1.59 +c system-shutdown-restart-panel		# LXPanel logout icon (slitaz-logout.desktop)
    1.60 +
    1.61  SIZES="48 16"
    1.62  c user-trash-full			# PCManFM desktop
    1.63 -
    1.64 -
    1.65 +c dialog-password			# tazbox su default icon
    1.66 +c dialog-error				# tazbox su error icon
    1.67 +c 
    1.68  
    1.69  #####
    1.70