summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-03-08 15:38:36 +0100
committerLubomir Rintel <lkundrak@v3.sk>2022-03-21 13:55:00 +0100
commit2c60686d15892c4ddc40ab4f5c34de884618d9b8 (patch)
tree2bda37edb7d10689c615c6a33b225689240bdb9f /icons
parent7bb56034be86e414efa701b91382ab96a2b6a737 (diff)
downloadnetwork-manager-applet-2c60686d15892c4ddc40ab4f5c34de884618d9b8.tar.gz
applet: replace lock icon for WEP networks with an exclaimation mark
This is supposed to indicate that the network is not secure, analogously to what web browsers do for bad certificates. It's not beautiful, but I guess it's not a huge problem. By now the applet is a probably a niche tool. https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/112
Diffstat (limited to 'icons')
-rw-r--r--icons/22/nm-insecure-warn.pngbin0 -> 7437 bytes
-rw-r--r--icons/meson.build1
2 files changed, 1 insertions, 0 deletions
diff --git a/icons/22/nm-insecure-warn.png b/icons/22/nm-insecure-warn.png
new file mode 100644
index 00000000..81ed16c6
--- /dev/null
+++ b/icons/22/nm-insecure-warn.png
Binary files differ
diff --git a/icons/meson.build b/icons/meson.build
index 4341112b..1b101897 100644
--- a/icons/meson.build
+++ b/icons/meson.build
@@ -9,6 +9,7 @@ icons_22 = [
'nm-device-wired-secure.png',
'nm-device-wired.png',
'nm-device-wwan.png',
+ 'nm-insecure-warn.png',
'nm-mb-roam.png',
'nm-no-connection.png',
'nm-secure-lock.png',