new powerline compatibility for tmux theme.

This commit is contained in:
Ivan Malison 2015-01-21 21:50:30 -08:00
parent a4407ea16e
commit e82aa28537

View File

@ -11,30 +11,30 @@
"segments": { "segments": {
"right": [ "right": [
{ {
"function": "system_load", "function": "powerline.segments.common.sys.system_load",
"priority": 50 "priority": 50
}, },
{ {
"function": "uptime", "function": "powerline.segments.common.sys.uptime",
"priority": 50 "priority": 50
}, },
{ {
"function": "date", "function": "powerline.segments.common.time.date",
"args": { "args": {
"format": "%H:%M", "format": "%H:%M",
"istime": true "istime": true
} }
}, },
{ {
"function": "external_ip" "function": "powerline.segments.common.net.external_ip"
}, },
{ {
"function": "hostname" "function": "powerline.segments.common.net.hostname"
} }
], ],
"special": [ "special": [
{ {
"function": "window_status", "function": "powerline.segments.tmux.window_status",
"type": "string", "type": "string",
"contnets": "#I" "contnets": "#I"
} }