From 460308a95bc41105feaa821ff5f4a4c0fdb80c55 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Sun, 3 Jul 2016 17:25:37 +0100 Subject: [PATCH] elementary: Update connman theme for all security Provide the appropriate lock icon for less common security types. @fix also allow the icons to grow on scaled displays --- data/elementary/themes/edc/connman.edc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc index 06dc513169..b1a90050f7 100644 --- a/data/elementary/themes/edc/connman.edc +++ b/data/elementary/themes/edc/connman.edc @@ -657,7 +657,6 @@ group { name: "e/modules/connman/end"; part { name: "base"; mouse_events: 0; description { state: "default" 0.0; image.normal: "glow_lock_locked.png"; - max: 16 16; aspect: 1.0 1.0; aspect_preference: BOTH; visible: 0; } @@ -699,5 +698,15 @@ group { name: "e/modules/connman/end"; action: STATE_SET "psk" 0.0; target: "base"; } + program { + signal: "e,security,ieee8021x"; source: "e"; + action: STATE_SET "psk" 0.0; + target: "base"; + } + program { + signal: "e,security,wps"; source: "e"; + action: STATE_SET "wep" 0.0; + target: "base"; + } } }