From 5faba39643409ab471c9522c0e701895b4f52a1e Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Wed, 23 Nov 2016 14:04:33 +0100 Subject: [PATCH] [themes] Add caffeine module support --- bumblebee/themes/default.json | 3 +++ bumblebee/themes/gruvbox-powerline.json | 3 +++ bumblebee/themes/powerline.json | 3 +++ bumblebee/themes/solarized-powerline.json | 3 +++ bumblebee/themes/solarized.json | 3 +++ 5 files changed, 15 insertions(+) diff --git a/bumblebee/themes/default.json b/bumblebee/themes/default.json index fe3af8b1..32a23ea5 100644 --- a/bumblebee/themes/default.json +++ b/bumblebee/themes/default.json @@ -121,5 +121,8 @@ "suffix": " dis " } } + }, + "caffeine": { + "states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } } } } diff --git a/bumblebee/themes/gruvbox-powerline.json b/bumblebee/themes/gruvbox-powerline.json index bb43b688..1f3271b2 100644 --- a/bumblebee/themes/gruvbox-powerline.json +++ b/bumblebee/themes/gruvbox-powerline.json @@ -153,5 +153,8 @@ }, "brightness": { "prefix": "  " + }, + "caffeine": { + "states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } } } } diff --git a/bumblebee/themes/powerline.json b/bumblebee/themes/powerline.json index b3c98f54..84fb73a2 100644 --- a/bumblebee/themes/powerline.json +++ b/bumblebee/themes/powerline.json @@ -152,5 +152,8 @@ "suffix": "  " } } + }, + "caffeine": { + "states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } } } } diff --git a/bumblebee/themes/solarized-powerline.json b/bumblebee/themes/solarized-powerline.json index 6e0e13dc..5cbd561a 100644 --- a/bumblebee/themes/solarized-powerline.json +++ b/bumblebee/themes/solarized-powerline.json @@ -153,5 +153,8 @@ "suffix": "  " } } + }, + "caffeine": { + "states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } } } } diff --git a/bumblebee/themes/solarized.json b/bumblebee/themes/solarized.json index 2b3908c3..af6d876c 100644 --- a/bumblebee/themes/solarized.json +++ b/bumblebee/themes/solarized.json @@ -146,5 +146,8 @@ "suffix": " dis " } } + }, + "caffeine": { + "states": { "activated": {"prefix": " caf on " }, "deactivated": { "prefix": " caf off " } } } }