forked from colonelpanic/dotfiles
new powerline compatibility for tmux theme.
This commit is contained in:
parent
a4407ea16e
commit
e82aa28537
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user