Skip to content

Instantly share code, notes, and snippets.

Created January 21, 2016 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d27919bf7bd8f344bc6a to your computer and use it in GitHub Desktop.
Save anonymous/d27919bf7bd8f344bc6a to your computer and use it in GitHub Desktop.
powerline/themes/wm/theme.json
{
"segments": {
"left": [
{
"type": "string",
"contents": "bspwm",
"highlight_groups": [
"session"
]
},
{
"function": "powerline.segments.bspwm.workspaces"
}
],
"right": [
{
"function": "powerline.segments.common.players.cmus",
"name": "player",
"args": {
"format": "{state_symbol} {title}",
"state_symbols": {
"play": ">",
"pause": "|",
"stop": ".",
"fallback": "."
}
}
},
{
"function": "powerline.segments.dropbox.status"
},
{
"function": "powerline.segments.common.bat.battery",
"args": {
"gamify": true,
"steps": 10,
"empty_heart": "\\uf08a",
"full_heart": "\\uf004",
"online": "\\uf1e6 "
}
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": "%a %d %H:%M",
"istime": true
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment