From 7af362f5c343afdfb163192f5e287c0f825d2567 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 29 Apr 2018 21:11:58 +0200 Subject: [PATCH] [themes/ionicons] Minor tweaks --- bumblebee/theme.py | 2 +- themes/icons/ionicons.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bumblebee/theme.py b/bumblebee/theme.py index a9c5e3b..c68c6f8 100644 --- a/bumblebee/theme.py +++ b/bumblebee/theme.py @@ -38,7 +38,7 @@ def themes(): class Theme(object): """Represents a collection of icons and colors""" - def __init__(self, name, iconset): + def __init__(self, name, iconset="auto"): self._widget = None self._cycle_idx = 0 self._cycle = {} diff --git a/themes/icons/ionicons.json b/themes/icons/ionicons.json index ab956e8..37ba0a6 100644 --- a/themes/icons/ionicons.json +++ b/themes/icons/ionicons.json @@ -1,6 +1,6 @@ { "defaults": { - "separator": "\ue0b2", "padding": "\u3000", + "separator": "\ue0b2", "padding": "\u2800", "unknown": { "prefix": "\uf100" } }, "date": { "prefix": "\uf2d1" }, @@ -62,8 +62,8 @@ "nic": { "wireless-up": { "prefix": "\uf25c" }, "wireless-down": { "prefix": "\uf3d0" }, - "wired-up": { "prefix": "\u26fc" }, - "wired-down": { "prefix": "\uf270" }, + "wired-up": { "prefix": "\uf270" }, + "wired-down": { "prefix": "\uf271" }, "tunnel-up": { "prefix": "\uf133" }, "tunnel-down": { "prefix": "\uf306" } }, @@ -76,7 +76,7 @@ "charged": { "prefix": "\uf113", "suffix": "\u26b1" }, "AC": { "suffix": "\u26b1" }, "charging": { - "prefix": [ "\uf112", "\uf115", "\uf114", "", "\uf113" ], + "prefix": [ "\uf112", "\uf115", "\uf114", "", "\uf111" ], "suffix": "\u26b1" }, "discharging-10": { "prefix": "\uf112", "suffix": "\uf3bc" },