Adding Powerline config

This commit is contained in:
Dustin Swan
2013-04-30 16:35:57 -05:00
parent 8954d79ed4
commit 4aca52bedf
21 changed files with 903 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"default_module": "powerline.segments.common",
"segments": {
"right": [
{
"name": "weather",
"priority": 50
},
{
"name": "date"
},
{
"name": "date",
"args": {
"format": "%H:%M",
"istime": true
},
"before": "⌚ "
},
{
"name": "email_imap_alert",
"before": "✉ ",
"priority": 10,
"args": {
"username": "",
"password": ""
}
}
]
}
}