From 2b9d8bf7c7338ed984a3529b06d8551f5fffec88 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 2 May 2018 15:17:17 -0400 Subject: netspeed: Use theme icons instead of embedded This removes old icons included with the applet and instead uses icons from the current theme. Known issues: * Loopback interface does not have an icon, instead we use a "reload" icon to simulate it. * PLIP/SLIP interfaces do not have proper icons, I managed to find an old PLIP icon in the hicolor theme and re-purposed it. * Since not all icons have the same levels of scaling, I'm capping the size at 48px to keep all interfaces consistent. * There are no icons for Wireless Quality, so I retained the existing ones for now. --- netspeed/icons/16x16/devices/Makefile.am | 4 +--- netspeed/icons/16x16/devices/mate-netspeed-loopback.png | Bin 237 -> 0 bytes netspeed/icons/16x16/devices/mate-netspeed-ppp.png | Bin 589 -> 0 bytes 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 netspeed/icons/16x16/devices/mate-netspeed-loopback.png delete mode 100644 netspeed/icons/16x16/devices/mate-netspeed-ppp.png (limited to 'netspeed/icons/16x16/devices') diff --git a/netspeed/icons/16x16/devices/Makefile.am b/netspeed/icons/16x16/devices/Makefile.am index ce1c32dd..f5dfcbdd 100644 --- a/netspeed/icons/16x16/devices/Makefile.am +++ b/netspeed/icons/16x16/devices/Makefile.am @@ -5,9 +5,7 @@ context = devices iconsdir = $(themedir)/$(size)/$(context) icons_DATA = \ - mate-netspeed-loopback.png \ - mate-netspeed-plip.png \ - mate-netspeed-ppp.png + mate-netspeed-plip.png EXTRA_DIST = \ $(icons_DATA) diff --git a/netspeed/icons/16x16/devices/mate-netspeed-loopback.png b/netspeed/icons/16x16/devices/mate-netspeed-loopback.png deleted file mode 100644 index 7b065246..00000000 Binary files a/netspeed/icons/16x16/devices/mate-netspeed-loopback.png and /dev/null differ diff --git a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png deleted file mode 100644 index e819577a..00000000 Binary files a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png and /dev/null differ -- cgit v1.2.1