Added theme switching to auth plugin. Tries to do it live, but some windows may need...
[philo.git] / contrib / gilbert / plugins / auth.py
index e964559..0daaf85 100644 (file)
@@ -18,7 +18,7 @@ class Auth(Plugin):
        def icon_names(self):
                return super(Auth, self).icon_names + [
                        'user-silhouette',
-                       'switch',
+                       'mask',
                        'key--pencil',
                        'door-open-out',
                ]