diff options
author | rbuj <[email protected]> | 2019-04-01 15:36:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-09 10:03:05 +0200 |
commit | 4242025857f3edb4eadaa7bd4248e5123b70b6d0 (patch) | |
tree | 336f25da44ae3ecf29a36f9c0e6d18b214d446f2 /mate/16x16/status | |
parent | 494e9e8c1aadfa90c754660cbe01493b4ff234ec (diff) | |
download | mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.bz2 mate-icon-theme-4242025857f3edb4eadaa7bd4248e5123b70b6d0.tar.xz |
Gen png icons from source - Mate theme
clean & build:
make -C mate clean-png-icons
make -C mate build-png-icons
Diffstat (limited to 'mate/16x16/status')
80 files changed, 500 insertions, 0 deletions
diff --git a/mate/16x16/status/Makefile.am b/mate/16x16/status/Makefile.am new file mode 100644 index 0000000..14c3be8 --- /dev/null +++ b/mate/16x16/status/Makefile.am @@ -0,0 +1,500 @@ +NULL = + +png_icons = \ + appointment-missed.png \ + appointment-soon.png \ + audio-volume-high.png \ + audio-volume-low.png \ + audio-volume-medium.png \ + audio-volume-muted.png \ + audio-volume-off.png \ + avatar-default.png \ + battery-caution-charging.png \ + battery-caution.png \ + battery-empty.png \ + battery-full-charged.png \ + battery-full-charging.png \ + battery-full.png \ + battery-good-charging.png \ + battery-good.png \ + battery-low-charging.png \ + battery-low.png \ + battery-missing.png \ + changes-allow.png \ + changes-prevent.png \ + computer-fail.png \ + dialog-error.png \ + dialog-information.png \ + dialog-password.png \ + dialog-question.png \ + dialog-warning.png \ + image-loading.png \ + image-missing.png \ + mail-attachment.png \ + mail-read.png \ + mail-replied.png \ + mail-unread.png \ + media-playlist-repeat.png \ + media-playlist-shuffle.png \ + microphone-sensitivity-high.png \ + microphone-sensitivity-low.png \ + microphone-sensitivity-medium.png \ + microphone-sensitivity-muted.png \ + network-error.png \ + network-idle.png \ + network-offline.png \ + network-receive.png \ + network-transmit.png \ + network-transmit-receive.png \ + non-starred.png \ + printer-error.png \ + printer-printing.png \ + security-high.png \ + security-low.png \ + security-medium.png \ + semi-starred.png \ + semi-starred-rtl.png \ + software-update-available.png \ + software-update-urgent.png \ + starred.png \ + task-due.png \ + task-past-due.png \ + trophy-bronze.png \ + trophy-gold.png \ + trophy-silver.png \ + user-available.png \ + user-away.png \ + user-busy.png \ + user-idle.png \ + user-invisible.png \ + user-offline.png \ + user-trash-full.png \ + weather-clear-night.png \ + weather-clear.png \ + weather-few-clouds-night.png \ + weather-few-clouds.png \ + weather-fog.png \ + weather-overcast.png \ + weather-severe-alert.png \ + weather-showers.png \ + weather-showers-scattered.png \ + weather-snow.png \ + weather-storm.png \ + $(NULL) + +appointment-missed.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:59:319:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-soon.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:359:719:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-high.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-low.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-medium.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-muted.png: ../../../src/audio-volume.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +audio-volume-off.png: ../../../src/audio-volume-off.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +avatar-default.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=323:365:339:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-caution.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:665:1119:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-empty.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-255:719:-239 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charged.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:-565:719:-549 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-full.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:365:719:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-good.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:365:1119:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low-charging.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:-255:1119:-239 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-low.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:665:719:681 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +battery-missing.png: ../../../src/batteries.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:-255:319:-239 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-allow.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +changes-prevent.png: ../../../src/changes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +computer-fail.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1903:65:1919:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-error.png: ../../../src/dialog-error.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-information.png: ../../../src/dialog-information.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-password.png: ../../../src/dialog-password.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-question.png: ../../../src/dialog-question.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +dialog-warning.png: ../../../src/dialog-warning.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-drag-accept.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-visiting.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-loading.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=700:60:716:76 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +image-missing.png: ../../../src/photos.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-attachment.png: ../../../src/mail-attachment.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-replied.png: ../../../src/mail-replied.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-unread.png: ../../../src/mail-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-repeat.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=33:6:49:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playlist-shuffle.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:6:29:22 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-muted.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=450:74:466:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-low.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=530:74:546:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-medium.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=610:74:626:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +microphone-sensitivity-high.png: ../../../src/microphones.svg + @echo " "$@ + @inkscape -z $^ --export-area=690:74:706:90 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-error.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:365:1119:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-idle.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-offline.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:365:1519:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1503:65:1519:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:65:1119:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +network-transmit-receive.png: ../../../src/computers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-error.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:59:719:75 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +printer-printing.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:359:719:375 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-high.png: ../../../src/security-high.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-low.png: ../../../src/security-low.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +security-medium.png: ../../../src/security-medium.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-available.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +software-update-urgent.png: ../../../src/software-update.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +non-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:64:315:80 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:365:739:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +semi-starred-rtl.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=723:65:739:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +starred.png: ../../../src/starred.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:365:319:381 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +task-past-due.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:65:719:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-bronze.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=1103:63:1119:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-gold.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:63:319:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +trophy-silver.png: ../../../src/trophies.svg + @echo " "$@ + @inkscape -z $^ --export-area=703:63:719:79 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-available.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1213:65:1229:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-offline.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1273:65:1289:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-idle.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1333:65:1349:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-away.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1393:65:1409:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-invisible.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1453:65:1469:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-busy.png: ../../../src/users.svg + @echo " "$@ + @inkscape -z $^ --export-area=1513:65:1529:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +user-trash-full.png: ../../../src/trash.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear-night.png: ../../../src/weather-clear-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-clear.png: ../../../src/weather-clear.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds-night.png: ../../../src/weather-few-clouds-night.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-few-clouds.png: ../../../src/weather-few-clouds.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-fog.png: ../../../src/weather-fog.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-overcast.png: ../../../src/weather-overcast.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-severe-alert.png: ../../../src/weather-severe-alert.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers.png: ../../../src/weather-showers.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-showers-scattered.png: ../../../src/weather-showers-scattered.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-snow.png: ../../../src/weather-snow.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +weather-storm.png: ../../../src/weather-storm.svg + @echo " "$@ + @inkscape -z $^ --export-area=303:65:319:81 -w=16 -h=16 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/16x16/status/appointment-missed.png b/mate/16x16/status/appointment-missed.png Binary files differindex 51339f8..b6abc63 100644 --- a/mate/16x16/status/appointment-missed.png +++ b/mate/16x16/status/appointment-missed.png diff --git a/mate/16x16/status/appointment-soon.png b/mate/16x16/status/appointment-soon.png Binary files differindex f801693..8f36ac4 100644 --- a/mate/16x16/status/appointment-soon.png +++ b/mate/16x16/status/appointment-soon.png diff --git a/mate/16x16/status/audio-volume-high.png b/mate/16x16/status/audio-volume-high.png Binary files differindex 583e26f..15d4b8a 100644 --- a/mate/16x16/status/audio-volume-high.png +++ b/mate/16x16/status/audio-volume-high.png diff --git a/mate/16x16/status/audio-volume-low.png b/mate/16x16/status/audio-volume-low.png Binary files differindex 331af2f..007e33b 100644 --- a/mate/16x16/status/audio-volume-low.png +++ b/mate/16x16/status/audio-volume-low.png diff --git a/mate/16x16/status/audio-volume-medium.png b/mate/16x16/status/audio-volume-medium.png Binary files differindex 4383e35..64276f3 100644 --- a/mate/16x16/status/audio-volume-medium.png +++ b/mate/16x16/status/audio-volume-medium.png diff --git a/mate/16x16/status/audio-volume-muted.png b/mate/16x16/status/audio-volume-muted.png Binary files differindex b39a1b5..2ec84f4 100644 --- a/mate/16x16/status/audio-volume-muted.png +++ b/mate/16x16/status/audio-volume-muted.png diff --git a/mate/16x16/status/audio-volume-off.png b/mate/16x16/status/audio-volume-off.png Binary files differindex 89d07da..8b38505 100644 --- a/mate/16x16/status/audio-volume-off.png +++ b/mate/16x16/status/audio-volume-off.png diff --git a/mate/16x16/status/avatar-default.png b/mate/16x16/status/avatar-default.png Binary files differindex 0d231ee..747adf0 100644 --- a/mate/16x16/status/avatar-default.png +++ b/mate/16x16/status/avatar-default.png diff --git a/mate/16x16/status/battery-caution-charging.png b/mate/16x16/status/battery-caution-charging.png Binary files differindex ae57414..78912f5 100644 --- a/mate/16x16/status/battery-caution-charging.png +++ b/mate/16x16/status/battery-caution-charging.png diff --git a/mate/16x16/status/battery-caution.png b/mate/16x16/status/battery-caution.png Binary files differindex 4c9c132..18be461 100644 --- a/mate/16x16/status/battery-caution.png +++ b/mate/16x16/status/battery-caution.png diff --git a/mate/16x16/status/battery-empty.png b/mate/16x16/status/battery-empty.png Binary files differindex 68b4d02..b59fbbe 100644 --- a/mate/16x16/status/battery-empty.png +++ b/mate/16x16/status/battery-empty.png diff --git a/mate/16x16/status/battery-full-charged.png b/mate/16x16/status/battery-full-charged.png Binary files differindex 6264182..7a4b6f9 100644 --- a/mate/16x16/status/battery-full-charged.png +++ b/mate/16x16/status/battery-full-charged.png diff --git a/mate/16x16/status/battery-full-charging.png b/mate/16x16/status/battery-full-charging.png Binary files differindex ee4e862..6037e43 100644 --- a/mate/16x16/status/battery-full-charging.png +++ b/mate/16x16/status/battery-full-charging.png diff --git a/mate/16x16/status/battery-full.png b/mate/16x16/status/battery-full.png Binary files differindex 1f1314f..2557750 100644 --- a/mate/16x16/status/battery-full.png +++ b/mate/16x16/status/battery-full.png diff --git a/mate/16x16/status/battery-good-charging.png b/mate/16x16/status/battery-good-charging.png Binary files differindex 4291d53..494cdee 100644 --- a/mate/16x16/status/battery-good-charging.png +++ b/mate/16x16/status/battery-good-charging.png diff --git a/mate/16x16/status/battery-good.png b/mate/16x16/status/battery-good.png Binary files differindex 4d21410..0210f1b 100644 --- a/mate/16x16/status/battery-good.png +++ b/mate/16x16/status/battery-good.png diff --git a/mate/16x16/status/battery-low-charging.png b/mate/16x16/status/battery-low-charging.png Binary files differindex 20f2d22..74aa256 100644 --- a/mate/16x16/status/battery-low-charging.png +++ b/mate/16x16/status/battery-low-charging.png diff --git a/mate/16x16/status/battery-low.png b/mate/16x16/status/battery-low.png Binary files differindex 4d00dc2..d69874d 100644 --- a/mate/16x16/status/battery-low.png +++ b/mate/16x16/status/battery-low.png diff --git a/mate/16x16/status/battery-missing.png b/mate/16x16/status/battery-missing.png Binary files differindex 56121af..b21d1a4 100644 --- a/mate/16x16/status/battery-missing.png +++ b/mate/16x16/status/battery-missing.png diff --git a/mate/16x16/status/changes-allow.png b/mate/16x16/status/changes-allow.png Binary files differindex 9716a05..a77550a 100644 --- a/mate/16x16/status/changes-allow.png +++ b/mate/16x16/status/changes-allow.png diff --git a/mate/16x16/status/changes-prevent.png b/mate/16x16/status/changes-prevent.png Binary files differindex 1dc97d9..8825c92 100644 --- a/mate/16x16/status/changes-prevent.png +++ b/mate/16x16/status/changes-prevent.png diff --git a/mate/16x16/status/computer-fail.png b/mate/16x16/status/computer-fail.png Binary files differindex 3960c52..cfd7df4 100644 --- a/mate/16x16/status/computer-fail.png +++ b/mate/16x16/status/computer-fail.png diff --git a/mate/16x16/status/dialog-error.png b/mate/16x16/status/dialog-error.png Binary files differindex 0b0d8be..a434d79 100644 --- a/mate/16x16/status/dialog-error.png +++ b/mate/16x16/status/dialog-error.png diff --git a/mate/16x16/status/dialog-information.png b/mate/16x16/status/dialog-information.png Binary files differindex a90c024..90e981a 100644 --- a/mate/16x16/status/dialog-information.png +++ b/mate/16x16/status/dialog-information.png diff --git a/mate/16x16/status/dialog-password.png b/mate/16x16/status/dialog-password.png Binary files differindex 56a8d3c..6b45f48 100644 --- a/mate/16x16/status/dialog-password.png +++ b/mate/16x16/status/dialog-password.png diff --git a/mate/16x16/status/dialog-question.png b/mate/16x16/status/dialog-question.png Binary files differindex b8fe1ac..198c501 100644 --- a/mate/16x16/status/dialog-question.png +++ b/mate/16x16/status/dialog-question.png diff --git a/mate/16x16/status/dialog-warning.png b/mate/16x16/status/dialog-warning.png Binary files differindex 219432c..c11a418 100644 --- a/mate/16x16/status/dialog-warning.png +++ b/mate/16x16/status/dialog-warning.png diff --git a/mate/16x16/status/image-loading.png b/mate/16x16/status/image-loading.png Binary files differindex 9966320..661cff9 100644 --- a/mate/16x16/status/image-loading.png +++ b/mate/16x16/status/image-loading.png diff --git a/mate/16x16/status/image-missing.png b/mate/16x16/status/image-missing.png Binary files differindex a86106e..a8ed81f 100644 --- a/mate/16x16/status/image-missing.png +++ b/mate/16x16/status/image-missing.png diff --git a/mate/16x16/status/mail-attachment.png b/mate/16x16/status/mail-attachment.png Binary files differindex 3bd5dc0..283191b 100644 --- a/mate/16x16/status/mail-attachment.png +++ b/mate/16x16/status/mail-attachment.png diff --git a/mate/16x16/status/mail-read.png b/mate/16x16/status/mail-read.png Binary files differindex 94950a6..13e3bd2 100644 --- a/mate/16x16/status/mail-read.png +++ b/mate/16x16/status/mail-read.png diff --git a/mate/16x16/status/mail-replied.png b/mate/16x16/status/mail-replied.png Binary files differindex b1f0b56..301d25b 100644 --- a/mate/16x16/status/mail-replied.png +++ b/mate/16x16/status/mail-replied.png diff --git a/mate/16x16/status/mail-unread.png b/mate/16x16/status/mail-unread.png Binary files differindex 7f81c36..6241d54 100644 --- a/mate/16x16/status/mail-unread.png +++ b/mate/16x16/status/mail-unread.png diff --git a/mate/16x16/status/media-playlist-repeat.png b/mate/16x16/status/media-playlist-repeat.png Binary files differindex 4de83e5..dd2fe67 100644 --- a/mate/16x16/status/media-playlist-repeat.png +++ b/mate/16x16/status/media-playlist-repeat.png diff --git a/mate/16x16/status/media-playlist-shuffle.png b/mate/16x16/status/media-playlist-shuffle.png Binary files differindex 8210ef8..36d618c 100644 --- a/mate/16x16/status/media-playlist-shuffle.png +++ b/mate/16x16/status/media-playlist-shuffle.png diff --git a/mate/16x16/status/microphone-sensitivity-high.png b/mate/16x16/status/microphone-sensitivity-high.png Binary files differindex eaa708b..5aee8ae 100644 --- a/mate/16x16/status/microphone-sensitivity-high.png +++ b/mate/16x16/status/microphone-sensitivity-high.png diff --git a/mate/16x16/status/microphone-sensitivity-low.png b/mate/16x16/status/microphone-sensitivity-low.png Binary files differindex c6d5896..af474a5 100644 --- a/mate/16x16/status/microphone-sensitivity-low.png +++ b/mate/16x16/status/microphone-sensitivity-low.png diff --git a/mate/16x16/status/microphone-sensitivity-medium.png b/mate/16x16/status/microphone-sensitivity-medium.png Binary files differindex cc80115..8c4b35d 100644 --- a/mate/16x16/status/microphone-sensitivity-medium.png +++ b/mate/16x16/status/microphone-sensitivity-medium.png diff --git a/mate/16x16/status/microphone-sensitivity-muted.png b/mate/16x16/status/microphone-sensitivity-muted.png Binary files differindex d4937a9..03ae5f7 100644 --- a/mate/16x16/status/microphone-sensitivity-muted.png +++ b/mate/16x16/status/microphone-sensitivity-muted.png diff --git a/mate/16x16/status/network-error.png b/mate/16x16/status/network-error.png Binary files differindex ac952ba..ae1bed0 100644 --- a/mate/16x16/status/network-error.png +++ b/mate/16x16/status/network-error.png diff --git a/mate/16x16/status/network-idle.png b/mate/16x16/status/network-idle.png Binary files differindex cda5785..2a2029a 100644 --- a/mate/16x16/status/network-idle.png +++ b/mate/16x16/status/network-idle.png diff --git a/mate/16x16/status/network-offline.png b/mate/16x16/status/network-offline.png Binary files differindex e698da1..0c51cff 100644 --- a/mate/16x16/status/network-offline.png +++ b/mate/16x16/status/network-offline.png diff --git a/mate/16x16/status/network-receive.png b/mate/16x16/status/network-receive.png Binary files differindex a374062..399ab84 100644 --- a/mate/16x16/status/network-receive.png +++ b/mate/16x16/status/network-receive.png diff --git a/mate/16x16/status/network-transmit-receive.png b/mate/16x16/status/network-transmit-receive.png Binary files differindex d3310c1..dc25707 100644 --- a/mate/16x16/status/network-transmit-receive.png +++ b/mate/16x16/status/network-transmit-receive.png diff --git a/mate/16x16/status/network-transmit.png b/mate/16x16/status/network-transmit.png Binary files differindex 9cb4673..25bd052 100644 --- a/mate/16x16/status/network-transmit.png +++ b/mate/16x16/status/network-transmit.png diff --git a/mate/16x16/status/non-starred.png b/mate/16x16/status/non-starred.png Binary files differindex 03c35eb..be12c22 100644 --- a/mate/16x16/status/non-starred.png +++ b/mate/16x16/status/non-starred.png diff --git a/mate/16x16/status/printer-error.png b/mate/16x16/status/printer-error.png Binary files differindex ce8db60..669e3cf 100644 --- a/mate/16x16/status/printer-error.png +++ b/mate/16x16/status/printer-error.png diff --git a/mate/16x16/status/printer-printing.png b/mate/16x16/status/printer-printing.png Binary files differindex 7aded06..9e86aaa 100644 --- a/mate/16x16/status/printer-printing.png +++ b/mate/16x16/status/printer-printing.png diff --git a/mate/16x16/status/security-high.png b/mate/16x16/status/security-high.png Binary files differindex beb8099..7766345 100644 --- a/mate/16x16/status/security-high.png +++ b/mate/16x16/status/security-high.png diff --git a/mate/16x16/status/security-low.png b/mate/16x16/status/security-low.png Binary files differindex ccdcb1e..2d87574 100644 --- a/mate/16x16/status/security-low.png +++ b/mate/16x16/status/security-low.png diff --git a/mate/16x16/status/security-medium.png b/mate/16x16/status/security-medium.png Binary files differindex e27c5a6..41d7762 100644 --- a/mate/16x16/status/security-medium.png +++ b/mate/16x16/status/security-medium.png diff --git a/mate/16x16/status/semi-starred-rtl.png b/mate/16x16/status/semi-starred-rtl.png Binary files differindex ed8fb5c..e1367e9 100644 --- a/mate/16x16/status/semi-starred-rtl.png +++ b/mate/16x16/status/semi-starred-rtl.png diff --git a/mate/16x16/status/semi-starred.png b/mate/16x16/status/semi-starred.png Binary files differindex 44dd499..c1ac572 100644 --- a/mate/16x16/status/semi-starred.png +++ b/mate/16x16/status/semi-starred.png diff --git a/mate/16x16/status/software-update-available.png b/mate/16x16/status/software-update-available.png Binary files differindex 518414f..10d1d4c 100644 --- a/mate/16x16/status/software-update-available.png +++ b/mate/16x16/status/software-update-available.png diff --git a/mate/16x16/status/software-update-urgent.png b/mate/16x16/status/software-update-urgent.png Binary files differindex 99e31cd..be452c2 100644 --- a/mate/16x16/status/software-update-urgent.png +++ b/mate/16x16/status/software-update-urgent.png diff --git a/mate/16x16/status/starred.png b/mate/16x16/status/starred.png Binary files differindex 3be364a..7fde9e6 100644 --- a/mate/16x16/status/starred.png +++ b/mate/16x16/status/starred.png diff --git a/mate/16x16/status/task-due.png b/mate/16x16/status/task-due.png Binary files differindex 97c8181..89362be 100644 --- a/mate/16x16/status/task-due.png +++ b/mate/16x16/status/task-due.png diff --git a/mate/16x16/status/task-past-due.png b/mate/16x16/status/task-past-due.png Binary files differindex a8d66b4..67835fe 100644 --- a/mate/16x16/status/task-past-due.png +++ b/mate/16x16/status/task-past-due.png diff --git a/mate/16x16/status/trophy-bronze.png b/mate/16x16/status/trophy-bronze.png Binary files differindex b8ed2ba..e05c3d6 100644 --- a/mate/16x16/status/trophy-bronze.png +++ b/mate/16x16/status/trophy-bronze.png diff --git a/mate/16x16/status/trophy-gold.png b/mate/16x16/status/trophy-gold.png Binary files differindex 314137d..7fe25e7 100644 --- a/mate/16x16/status/trophy-gold.png +++ b/mate/16x16/status/trophy-gold.png diff --git a/mate/16x16/status/trophy-silver.png b/mate/16x16/status/trophy-silver.png Binary files differindex 025bcb5..5758422 100644 --- a/mate/16x16/status/trophy-silver.png +++ b/mate/16x16/status/trophy-silver.png diff --git a/mate/16x16/status/user-available.png b/mate/16x16/status/user-available.png Binary files differindex ac75b95..a24bb3c 100644 --- a/mate/16x16/status/user-available.png +++ b/mate/16x16/status/user-available.png diff --git a/mate/16x16/status/user-away.png b/mate/16x16/status/user-away.png Binary files differindex bfcbd5c..e2bb720 100644 --- a/mate/16x16/status/user-away.png +++ b/mate/16x16/status/user-away.png diff --git a/mate/16x16/status/user-busy.png b/mate/16x16/status/user-busy.png Binary files differindex fc18acc..9b9cf44 100644 --- a/mate/16x16/status/user-busy.png +++ b/mate/16x16/status/user-busy.png diff --git a/mate/16x16/status/user-idle.png b/mate/16x16/status/user-idle.png Binary files differindex b5c84c2..a1c2592 100644 --- a/mate/16x16/status/user-idle.png +++ b/mate/16x16/status/user-idle.png diff --git a/mate/16x16/status/user-invisible.png b/mate/16x16/status/user-invisible.png Binary files differindex 24e2cb9..9e695a6 100644 --- a/mate/16x16/status/user-invisible.png +++ b/mate/16x16/status/user-invisible.png diff --git a/mate/16x16/status/user-offline.png b/mate/16x16/status/user-offline.png Binary files differindex e381c9a..0e3fcc4 100644 --- a/mate/16x16/status/user-offline.png +++ b/mate/16x16/status/user-offline.png diff --git a/mate/16x16/status/user-trash-full.png b/mate/16x16/status/user-trash-full.png Binary files differindex 4a5278a..8953301 100644 --- a/mate/16x16/status/user-trash-full.png +++ b/mate/16x16/status/user-trash-full.png diff --git a/mate/16x16/status/weather-clear-night.png b/mate/16x16/status/weather-clear-night.png Binary files differindex 6d0ed5b..5b2486e 100644 --- a/mate/16x16/status/weather-clear-night.png +++ b/mate/16x16/status/weather-clear-night.png diff --git a/mate/16x16/status/weather-clear.png b/mate/16x16/status/weather-clear.png Binary files differindex a22bd73..3e54ca1 100644 --- a/mate/16x16/status/weather-clear.png +++ b/mate/16x16/status/weather-clear.png diff --git a/mate/16x16/status/weather-few-clouds-night.png b/mate/16x16/status/weather-few-clouds-night.png Binary files differindex 514c90b..7d293db 100644 --- a/mate/16x16/status/weather-few-clouds-night.png +++ b/mate/16x16/status/weather-few-clouds-night.png diff --git a/mate/16x16/status/weather-few-clouds.png b/mate/16x16/status/weather-few-clouds.png Binary files differindex ad7631b..5bffa55 100644 --- a/mate/16x16/status/weather-few-clouds.png +++ b/mate/16x16/status/weather-few-clouds.png diff --git a/mate/16x16/status/weather-fog.png b/mate/16x16/status/weather-fog.png Binary files differindex fab8146..3e70804 100644 --- a/mate/16x16/status/weather-fog.png +++ b/mate/16x16/status/weather-fog.png diff --git a/mate/16x16/status/weather-overcast.png b/mate/16x16/status/weather-overcast.png Binary files differindex ae4524c..002ea67 100644 --- a/mate/16x16/status/weather-overcast.png +++ b/mate/16x16/status/weather-overcast.png diff --git a/mate/16x16/status/weather-severe-alert.png b/mate/16x16/status/weather-severe-alert.png Binary files differindex 34d945b..de66a9b 100644 --- a/mate/16x16/status/weather-severe-alert.png +++ b/mate/16x16/status/weather-severe-alert.png diff --git a/mate/16x16/status/weather-showers-scattered.png b/mate/16x16/status/weather-showers-scattered.png Binary files differindex 7991b25..d677d9d 100644 --- a/mate/16x16/status/weather-showers-scattered.png +++ b/mate/16x16/status/weather-showers-scattered.png diff --git a/mate/16x16/status/weather-showers.png b/mate/16x16/status/weather-showers.png Binary files differindex 902f585..4d5e556 100644 --- a/mate/16x16/status/weather-showers.png +++ b/mate/16x16/status/weather-showers.png diff --git a/mate/16x16/status/weather-snow.png b/mate/16x16/status/weather-snow.png Binary files differindex d0e0d45..6505141 100644 --- a/mate/16x16/status/weather-snow.png +++ b/mate/16x16/status/weather-snow.png diff --git a/mate/16x16/status/weather-storm.png b/mate/16x16/status/weather-storm.png Binary files differindex 2a326ed..03af46c 100644 --- a/mate/16x16/status/weather-storm.png +++ b/mate/16x16/status/weather-storm.png |