Created
June 5, 2014 01:33
-
-
Save dtinth/72b98c82527828b7d0db to your computer and use it in GitHub Desktop.
Powerline theme for Tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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