From a6bbd32ab0105c9784cb2902898a6ce782d89f01 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 14 Nov 2019 22:08:05 +0100 Subject: add dropbox-status icons --- mate/64x64/status/Makefile.am | 5 +++++ mate/64x64/status/dropboxstatus-busy.png | Bin 0 -> 3623 bytes mate/64x64/status/dropboxstatus-busy2.png | 1 + mate/64x64/status/dropboxstatus-idle.png | Bin 0 -> 3366 bytes mate/64x64/status/dropboxstatus-logo.png | Bin 0 -> 2941 bytes mate/64x64/status/dropboxstatus-x.png | Bin 0 -> 3263 bytes 6 files changed, 6 insertions(+) create mode 100644 mate/64x64/status/dropboxstatus-busy.png create mode 120000 mate/64x64/status/dropboxstatus-busy2.png create mode 100644 mate/64x64/status/dropboxstatus-idle.png create mode 100644 mate/64x64/status/dropboxstatus-logo.png create mode 100644 mate/64x64/status/dropboxstatus-x.png (limited to 'mate/64x64') diff --git a/mate/64x64/status/Makefile.am b/mate/64x64/status/Makefile.am index b891310..b02a307 100644 --- a/mate/64x64/status/Makefile.am +++ b/mate/64x64/status/Makefile.am @@ -1,6 +1,11 @@ NULL = png_icons = \ + dropboxstatus-busy2.png \ + dropboxstatus-busy.png \ + dropboxstatus-idle.png \ + dropboxstatus-logo.png \ + dropboxstatus-x.png \ network-error.png \ network-idle.png \ network-offline.png \ diff --git a/mate/64x64/status/dropboxstatus-busy.png b/mate/64x64/status/dropboxstatus-busy.png new file mode 100644 index 0000000..f1fd201 Binary files /dev/null and b/mate/64x64/status/dropboxstatus-busy.png differ diff --git a/mate/64x64/status/dropboxstatus-busy2.png b/mate/64x64/status/dropboxstatus-busy2.png new file mode 120000 index 0000000..b86dd8b --- /dev/null +++ b/mate/64x64/status/dropboxstatus-busy2.png @@ -0,0 +1 @@ +dropboxstatus-logo.png \ No newline at end of file diff --git a/mate/64x64/status/dropboxstatus-idle.png b/mate/64x64/status/dropboxstatus-idle.png new file mode 100644 index 0000000..3ac3fc7 Binary files /dev/null and b/mate/64x64/status/dropboxstatus-idle.png differ diff --git a/mate/64x64/status/dropboxstatus-logo.png b/mate/64x64/status/dropboxstatus-logo.png new file mode 100644 index 0000000..a0a1709 Binary files /dev/null and b/mate/64x64/status/dropboxstatus-logo.png differ diff --git a/mate/64x64/status/dropboxstatus-x.png b/mate/64x64/status/dropboxstatus-x.png new file mode 100644 index 0000000..fdd4731 Binary files /dev/null and b/mate/64x64/status/dropboxstatus-x.png differ -- cgit v1.2.1