diff options
author | Victor Kareh <[email protected]> | 2018-05-02 15:17:17 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-12 22:34:48 +0200 |
commit | 3aaeec393a1fe89e7219fb4782c7a0ccef5440a2 (patch) | |
tree | 182873ec73bcd0b0187c95705ae040f7dba84e89 /netspeed/icons/22x22 | |
parent | 683946edbdc42d9ecf97e7f6763de280aa89ece1 (diff) | |
download | mate-applets-3aaeec393a1fe89e7219fb4782c7a0ccef5440a2.tar.bz2 mate-applets-3aaeec393a1fe89e7219fb4782c7a0ccef5440a2.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/22x22')
-rw-r--r-- | netspeed/icons/22x22/Makefile.am | 2 | ||||
-rw-r--r-- | netspeed/icons/22x22/devices/Makefile.am | 11 | ||||
-rw-r--r-- | netspeed/icons/22x22/devices/mate-netspeed-plip.png | bin | 0 -> 6379 bytes |
3 files changed, 12 insertions, 1 deletions
diff --git a/netspeed/icons/22x22/Makefile.am b/netspeed/icons/22x22/Makefile.am index be70ac5b..b23c45c8 100644 --- a/netspeed/icons/22x22/Makefile.am +++ b/netspeed/icons/22x22/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = apps +SUBDIRS = apps devices diff --git a/netspeed/icons/22x22/devices/Makefile.am b/netspeed/icons/22x22/devices/Makefile.am new file mode 100644 index 00000000..074503e2 --- /dev/null +++ b/netspeed/icons/22x22/devices/Makefile.am @@ -0,0 +1,11 @@ +themedir = $(datadir)/icons/hicolor +size = 22x22 +context = devices + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + mate-netspeed-plip.png + +EXTRA_DIST = \ + $(icons_DATA) diff --git a/netspeed/icons/22x22/devices/mate-netspeed-plip.png b/netspeed/icons/22x22/devices/mate-netspeed-plip.png Binary files differnew file mode 100644 index 00000000..9ea518d6 --- /dev/null +++ b/netspeed/icons/22x22/devices/mate-netspeed-plip.png |