You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
639 B
41 lines
639 B
{
|
|
"default_module": "powerline.segments.common",
|
|
"segments": {
|
|
"left": [
|
|
{
|
|
"function": "powerline.segments.shell.mode"
|
|
},
|
|
{
|
|
"function": "hostname",
|
|
"priority": 10
|
|
},
|
|
{
|
|
"function": "user",
|
|
"priority": 30
|
|
},
|
|
{
|
|
"function": "virtualenv",
|
|
"priority": 50
|
|
},
|
|
{
|
|
"function": "powerline.segments.shell.cwd",
|
|
"priority": 10
|
|
},
|
|
{
|
|
"function": "powerline.segments.shell.jobnum",
|
|
"priority": 20
|
|
}
|
|
],
|
|
"right": [
|
|
{
|
|
"function": "powerline.segments.shell.last_pipe_status",
|
|
"priority": 10
|
|
},
|
|
{
|
|
"function": "branch",
|
|
"priority": 40
|
|
}
|
|
]
|
|
}
|
|
}
|