[themes/ionicons] Minor tweaks
This commit is contained in:
parent
b858fef834
commit
7af362f5c3
2 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ def themes():
|
||||||
|
|
||||||
class Theme(object):
|
class Theme(object):
|
||||||
"""Represents a collection of icons and colors"""
|
"""Represents a collection of icons and colors"""
|
||||||
def __init__(self, name, iconset):
|
def __init__(self, name, iconset="auto"):
|
||||||
self._widget = None
|
self._widget = None
|
||||||
self._cycle_idx = 0
|
self._cycle_idx = 0
|
||||||
self._cycle = {}
|
self._cycle = {}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"separator": "\ue0b2", "padding": "\u3000",
|
"separator": "\ue0b2", "padding": "\u2800",
|
||||||
"unknown": { "prefix": "\uf100" }
|
"unknown": { "prefix": "\uf100" }
|
||||||
},
|
},
|
||||||
"date": { "prefix": "\uf2d1" },
|
"date": { "prefix": "\uf2d1" },
|
||||||
|
@ -62,8 +62,8 @@
|
||||||
"nic": {
|
"nic": {
|
||||||
"wireless-up": { "prefix": "\uf25c" },
|
"wireless-up": { "prefix": "\uf25c" },
|
||||||
"wireless-down": { "prefix": "\uf3d0" },
|
"wireless-down": { "prefix": "\uf3d0" },
|
||||||
"wired-up": { "prefix": "\u26fc" },
|
"wired-up": { "prefix": "\uf270" },
|
||||||
"wired-down": { "prefix": "\uf270" },
|
"wired-down": { "prefix": "\uf271" },
|
||||||
"tunnel-up": { "prefix": "\uf133" },
|
"tunnel-up": { "prefix": "\uf133" },
|
||||||
"tunnel-down": { "prefix": "\uf306" }
|
"tunnel-down": { "prefix": "\uf306" }
|
||||||
},
|
},
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
"charged": { "prefix": "\uf113", "suffix": "\u26b1" },
|
"charged": { "prefix": "\uf113", "suffix": "\u26b1" },
|
||||||
"AC": { "suffix": "\u26b1" },
|
"AC": { "suffix": "\u26b1" },
|
||||||
"charging": {
|
"charging": {
|
||||||
"prefix": [ "\uf112", "\uf115", "\uf114", "", "\uf113" ],
|
"prefix": [ "\uf112", "\uf115", "\uf114", "", "\uf111" ],
|
||||||
"suffix": "\u26b1"
|
"suffix": "\u26b1"
|
||||||
},
|
},
|
||||||
"discharging-10": { "prefix": "\uf112", "suffix": "\uf3bc" },
|
"discharging-10": { "prefix": "\uf112", "suffix": "\uf3bc" },
|
||||||
|
|
Loading…
Reference in a new issue