diff options
| author | Mattias Andrée <maandree@kth.se> | 2019-10-20 08:37:06 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2019-10-20 08:37:06 +0200 | 
| commit | 1812aa379399909f7a148bfa883c4be82f796611 (patch) | |
| tree | 2bd16c5c4c5059b6a912b9146e1cf74fdfae7a09 /Makefile | |
| parent | Add icon aliases (diff) | |
| download | simple-icon-theme-1812aa379399909f7a148bfa883c4be82f796611.tar.gz simple-icon-theme-1812aa379399909f7a148bfa883c4be82f796611.tar.bz2 simple-icon-theme-1812aa379399909f7a148bfa883c4be82f796611.tar.xz | |
Add android-studio, electron, qemu, signal, transmission, and where-am-i6
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 14 | 
1 files changed, 14 insertions, 0 deletions
| @@ -162,6 +162,10 @@ ICONS =\  		categories/package_office\  		categories/redhat-office\  		categories/xfce-office\ +	apps/android-studio\ +	apps/electron\ +	apps/qemu\ +	apps/signal\  	apps/mail-client\  		apps/evolution\  		apps/claws-mail\ @@ -289,6 +293,15 @@ ICONS =\  				actions/gtk-select-color\  				actions/palette\  			actions/format-fill-color\ +	apps/transmission\ +		apps/transmission-gtk\ +		apps/transmission-qt\ +		apps/transmission-cli\ +			apps/transmission-create\ +			apps/transmission-daemon\ +			apps/transmission-edit\ +			apps/transmission-remote\ +			apps/transmission-show\  	apps/cloudsn\  	apps/launchpad\  	apps/live\ @@ -2388,6 +2401,7 @@ ICONS =\  			apps/package-remove\  	actions/mark-location\  		apps/google-local\ +		apps/where-am-i\  	actions/media-eject\  		actions/player_eject\  		apps/ejecter\ | 
