Skip to content

Instantly share code, notes, and snippets.

@arkenous
Created September 13, 2015 09:09
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 arkenous/5f1d7bad734216178dcc to your computer and use it in GitHub Desktop.
Save arkenous/5f1d7bad734216178dcc to your computer and use it in GitHub Desktop.
My ~/.config/powerline/themes/tmux/default.json file
{
"segments": {
"right": [
{
"function": "powerline.segments.common.vcs.branch"
},
{
"function": "powerline.segments.common.bat.battery"
},
{
"function": "powerline.segments.common.sys.system_load",
"priority": 50
},
{
"function": "powerline.segments.common.wthr.weather"
},
{
"function": "powerline.segments.common.time.date"
},
{
"function": "powerline.segments.common.time.date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true
}
}
],
"left": [
{
"function": "powerline.segments.common.net.hostname"
},
{
"function": "powerline.segments.common.net.network_load"
},
{
"function": "powerline.segments.common.net.external_ip"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment