Skip to content

Commit

Permalink
update powerline
Browse files Browse the repository at this point in the history
  • Loading branch information
bsl committed Apr 30, 2013
1 parent 80fb6c9 commit f2aef5e
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions xdg/config/powerline/themes/tmux/default.json
Expand Up @@ -19,44 +19,44 @@
}
},
"segments": {
"right": [
{
"name": "uptime",
"priority": 50
},
{
"name": "external_ip",
"priority": 50
},
{
"name": "network_load",
"priority": 50
},
{
"name": "system_load",
"priority": 50
},
{
"name": "weather",
"priority": 50
},
{
"name": "date"
},
{
"name": "date",
"args": {
"format": "%H:%M",
"istime": true
}
},
{
"name": "email_imap_alert",
"priority": 10
},
{
"name": "hostname"
}
]
// "right": [
// {
// "name": "uptime",
// "priority": 50
// },
// {
// "name": "external_ip",
// "priority": 50
// },
// {
// "name": "network_load",
// "priority": 50
// },
// {
// "name": "system_load",
// "priority": 50
// },
// {
// "name": "weather",
// "priority": 50
// },
// {
// "name": "date"
// },
// {
// "name": "date",
// "args": {
// "format": "%H:%M",
// "istime": true
// }
// },
// {
// "name": "email_imap_alert",
// "priority": 10
// },
// {
// "name": "hostname"
// }
// ]
}
}

0 comments on commit f2aef5e

Please sign in to comment.