Skip to content

Commit

Permalink
[themes] Add caffeine module support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle Portic committed Nov 23, 2016
1 parent be6559a commit 5faba39
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bumblebee/themes/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@
"suffix": " dis "
}
}
},
"caffeine": {
"states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } }
}
}
3 changes: 3 additions & 0 deletions bumblebee/themes/gruvbox-powerline.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,8 @@
},
"brightness": {
"prefix": ""
},
"caffeine": {
"states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } }
}
}
3 changes: 3 additions & 0 deletions bumblebee/themes/powerline.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,8 @@
"suffix": ""
}
}
},
"caffeine": {
"states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } }
}
}
3 changes: 3 additions & 0 deletions bumblebee/themes/solarized-powerline.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,8 @@
"suffix": ""
}
}
},
"caffeine": {
"states": { "activated": {"prefix": "   " }, "deactivated": { "prefix": "   " } }
}
}
3 changes: 3 additions & 0 deletions bumblebee/themes/solarized.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,8 @@
"suffix": " dis "
}
}
},
"caffeine": {
"states": { "activated": {"prefix": " caf on " }, "deactivated": { "prefix": " caf off " } }
}
}

0 comments on commit 5faba39

Please sign in to comment.