diff options
author | Victor Kareh <[email protected]> | 2018-05-02 15:17:17 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-12 22:22:15 +0200 |
commit | 2b9d8bf7c7338ed984a3529b06d8551f5fffec88 (patch) | |
tree | 77d946f958377a7fe8ad8e7b3d587fc88cf4e9b3 /netspeed/icons/16x16 | |
parent | a03ead3c85f5597d8394bf87b9bbddd76d775ae9 (diff) | |
download | mate-applets-2b9d8bf7c7338ed984a3529b06d8551f5fffec88.tar.bz2 mate-applets-2b9d8bf7c7338ed984a3529b06d8551f5fffec88.tar.xz |
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.
Diffstat (limited to 'netspeed/icons/16x16')
-rw-r--r-- | netspeed/icons/16x16/devices/Makefile.am | 4 | ||||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-loopback.png | bin | 237 -> 0 bytes | |||
-rw-r--r-- | netspeed/icons/16x16/devices/mate-netspeed-ppp.png | bin | 589 -> 0 bytes |
3 files changed, 1 insertions, 3 deletions
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 Binary files differdeleted file mode 100644 index 7b065246..00000000 --- a/netspeed/icons/16x16/devices/mate-netspeed-loopback.png +++ /dev/null diff --git a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png b/netspeed/icons/16x16/devices/mate-netspeed-ppp.png Binary files differdeleted file mode 100644 index e819577a..00000000 --- a/netspeed/icons/16x16/devices/mate-netspeed-ppp.png +++ /dev/null |