Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created June 5, 2014 01:33
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 dtinth/72b98c82527828b7d0db to your computer and use it in GitHub Desktop.
Save dtinth/72b98c82527828b7d0db to your computer and use it in GitHub Desktop.
Powerline theme for Tmux
{
"default_module": "powerline.segments.common",
"segment_data": {
"uptime": {
"before": "⇑ "
},
"external_ip": {
"before": "ⓦ "
},
"date": {
"before": ""
},
"email_imap_alert": {
"before": "✉ ",
"args": {
"username": "",
"password": ""
}
}
},
"segments": {
"right": [
{
"name": "uptime",
"priority": 50
},
{
"name": "date",
"args": {
"format": "%Y-%m-%d %H:%M"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment