diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-06-13 23:11:05 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-06-13 23:11:05 +0200 | 
| commit | d4e7306f8b92b6458f07334f65386500868305ba (patch) | |
| tree | 6c050700349ba2320fe46383c4bc6567cf0d9844 /Makefile | |
| parent | Add keyboard and mouse charge icons (diff) | |
| download | simple-icon-theme-d4e7306f8b92b6458f07334f65386500868305ba.tar.gz simple-icon-theme-d4e7306f8b92b6458f07334f65386500868305ba.tar.bz2 simple-icon-theme-d4e7306f8b92b6458f07334f65386500868305ba.tar.xz | |
Add phone charge icons3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 26 | 
1 files changed, 26 insertions, 0 deletions
| @@ -898,6 +898,32 @@ ICONS =\  	status/gpm-mouse-000\  		status/notification-gpm-mouse-000\  		status/xfpm-mouse-000\ +	status/gpm-phone-charged\ +	status/gpm-phone-100-charging\ +	status/gpm-phone-080-charging\ +	status/gpm-phone-060-charging\ +	status/gpm-phone-040-charging\ +	status/gpm-phone-020-charging\ +	status/gpm-phone-000-charging\ +	status/gpm-phone-100\ +		status/notification-gpm-phone-100\ +		status/xfpm-phone-100\ +	status/gpm-phone-080\ +		status/notification-gpm-phone-080\ +		status/xfpm-phone-080\ +	status/gpm-phone-060\ +		status/notification-gpm-phone-060\ +		status/xfpm-phone-060\ +	status/gpm-phone-040\ +		status/notification-gpm-phone-040\ +		status/xfpm-phone-040\ +			status/xfpm-phone-030\ +	status/gpm-phone-020\ +		status/notification-gpm-phone-020\ +		status/xfpm-phone-020\ +	status/gpm-phone-000\ +		status/notification-gpm-phone-000\ +		status/xfpm-phone-000\  	status/bluetooth-active\  		status/blueman-tray\  	status/bluetooth-disabled\ | 
