diff options
| author | Mattias Andrée <maandree@kth.se> | 2018-06-13 22:58:01 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2018-06-13 22:58:01 +0200 | 
| commit | 11a12048212f84a7f1cfdb93357bdfaa21d85233 (patch) | |
| tree | 2c08b9458a10d690543cc9728b4c29a52879ce15 /Makefile | |
| parent | More status icons and aliases (diff) | |
| download | simple-icon-theme-11a12048212f84a7f1cfdb93357bdfaa21d85233.tar.gz simple-icon-theme-11a12048212f84a7f1cfdb93357bdfaa21d85233.tar.bz2 simple-icon-theme-11a12048212f84a7f1cfdb93357bdfaa21d85233.tar.xz | |
Add keyboard and mouse charge icons
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 50 | 
1 files changed, 50 insertions, 0 deletions
| @@ -848,6 +848,56 @@ ICONS =\  		status/gpm-battery-missing\  			status/xfpm-battery-missing\  		status/battery_empty\ +	status/gpm-keyboard-charged\ +	status/gpm-keyboard-100-charging\ +	status/gpm-keyboard-080-charging\ +	status/gpm-keyboard-060-charging\ +	status/gpm-keyboard-040-charging\ +	status/gpm-keyboard-020-charging\ +	status/gpm-keyboard-000-charging\ +	status/gpm-keyboard-100\ +		status/notification-gpm-keyboard-100\ +		status/xfpm-keyboard-100\ +	status/gpm-keyboard-080\ +		status/notification-gpm-keyboard-080\ +		status/xfpm-keyboard-080\ +	status/gpm-keyboard-060\ +		status/notification-gpm-keyboard-060\ +		status/xfpm-keyboard-060\ +	status/gpm-keyboard-040\ +		status/notification-gpm-keyboard-040\ +		status/xfpm-keyboard-040\ +	status/gpm-keyboard-020\ +		status/notification-gpm-keyboard-020\ +		status/xfpm-keyboard-020\ +	status/gpm-keyboard-000\ +		status/notification-gpm-keyboard-000\ +		status/xfpm-keyboard-000\ +	status/gpm-mouse-charged\ +	status/gpm-mouse-100-charging\ +	status/gpm-mouse-080-charging\ +	status/gpm-mouse-060-charging\ +	status/gpm-mouse-040-charging\ +	status/gpm-mouse-020-charging\ +	status/gpm-mouse-000-charging\ +	status/gpm-mouse-100\ +		status/notification-gpm-mouse-100\ +		status/xfpm-mouse-100\ +	status/gpm-mouse-080\ +		status/notification-gpm-mouse-080\ +		status/xfpm-mouse-080\ +	status/gpm-mouse-060\ +		status/notification-gpm-mouse-060\ +		status/xfpm-mouse-060\ +	status/gpm-mouse-040\ +		status/notification-gpm-mouse-040\ +		status/xfpm-mouse-040\ +	status/gpm-mouse-020\ +		status/notification-gpm-mouse-020\ +		status/xfpm-mouse-020\ +	status/gpm-mouse-000\ +		status/notification-gpm-mouse-000\ +		status/xfpm-mouse-000\  	status/bluetooth-active\  		status/blueman-tray\  	status/bluetooth-disabled\ | 
