From b6c430a8daa1256b3523786547c0733634f75f89 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 6 Nov 2016 10:57:42 +0100 Subject: [PATCH] [themes] Update battery themes Names of discharging states have changed. --- bumblebee/themes/default.json | 10 +++++----- bumblebee/themes/default.yaml | 10 +++++----- bumblebee/themes/powerline.json | 10 +++++----- bumblebee/themes/solarized.json | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bumblebee/themes/default.json b/bumblebee/themes/default.json index 5520c02..295a726 100644 --- a/bumblebee/themes/default.json +++ b/bumblebee/themes/default.json @@ -73,20 +73,20 @@ "charging": { "suffix": " chr " }, - "discharging_critical": { + "discharging-10": { "prefix": " ! ", "suffix": " dis " }, - "discharging_low": { + "discharging-25": { "suffix": " dis " }, - "discharging_medium": { + "discharging-50": { "suffix": " dis " }, - "discharging_high": { + "discharging-80": { "suffix": " dis " }, - "discharging_full": { + "discharging-100": { "suffix": " dis " } } diff --git a/bumblebee/themes/default.yaml b/bumblebee/themes/default.yaml index 4beca6d..e144d3a 100644 --- a/bumblebee/themes/default.yaml +++ b/bumblebee/themes/default.yaml @@ -47,14 +47,14 @@ battery: suffix: " full " charging: suffix: " chr " - discharging_critical: + discharging-10: prefix: " ! " suffix: " dis " - discharging_low: + discharging-25: suffix: " dis " - discharging_medium: + discharging-50: suffix: " dis " - discharging_high: + discharging-80: suffix: " dis " - discharging_full: + discharging-100: suffix: " dis " diff --git a/bumblebee/themes/powerline.json b/bumblebee/themes/powerline.json index 29190b3..dd9dc94 100644 --- a/bumblebee/themes/powerline.json +++ b/bumblebee/themes/powerline.json @@ -98,23 +98,23 @@ "prefix": [ "  ", "  ", "  ", "  ", "  " ], "suffix": "  " }, - "discharging_critical": { + "discharging-10": { "prefix": "  ", "suffix": "  " }, - "discharging_low": { + "discharging-25": { "prefix": "  ", "suffix": "  " }, - "discharging_medium": { + "discharging-50": { "prefix": "  ", "suffix": "  " }, - "discharging_high": { + "discharging-80": { "prefix": "  ", "suffix": "  " }, - "discharging_full": { + "discharging-100": { "prefix": "  ", "suffix": "  " } diff --git a/bumblebee/themes/solarized.json b/bumblebee/themes/solarized.json index 6a6db43..88ff63a 100644 --- a/bumblebee/themes/solarized.json +++ b/bumblebee/themes/solarized.json @@ -96,20 +96,20 @@ "charging": { "suffix": " chr " }, - "discharging_critical": { + "discharging-10": { "prefix": " ! ", "suffix": " dis " }, - "discharging_low": { + "discharging-25": { "suffix": " dis " }, - "discharging_medium": { + "discharging-50": { "suffix": " dis " }, - "discharging_high": { + "discharging-80": { "suffix": " dis " }, - "discharging_full": { + "discharging-100": { "suffix": " dis " } }