new powerline compatibility for tmux theme.
This commit is contained in:
parent
a4407ea16e
commit
e82aa28537
@ -11,30 +11,30 @@
|
||||
"segments": {
|
||||
"right": [
|
||||
{
|
||||
"function": "system_load",
|
||||
"function": "powerline.segments.common.sys.system_load",
|
||||
"priority": 50
|
||||
},
|
||||
{
|
||||
"function": "uptime",
|
||||
"function": "powerline.segments.common.sys.uptime",
|
||||
"priority": 50
|
||||
},
|
||||
{
|
||||
"function": "date",
|
||||
"function": "powerline.segments.common.time.date",
|
||||
"args": {
|
||||
"format": "%H:%M",
|
||||
"istime": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "external_ip"
|
||||
"function": "powerline.segments.common.net.external_ip"
|
||||
},
|
||||
{
|
||||
"function": "hostname"
|
||||
"function": "powerline.segments.common.net.hostname"
|
||||
}
|
||||
],
|
||||
"special": [
|
||||
{
|
||||
"function": "window_status",
|
||||
"function": "powerline.segments.tmux.window_status",
|
||||
"type": "string",
|
||||
"contnets": "#I"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user