màj config

This commit is contained in:
Thomas Briffard
2021-06-23 20:53:20 +02:00
parent 4c17ddc06f
commit 786788928d
3 changed files with 21 additions and 24 deletions

View File

@@ -16,13 +16,22 @@
"function": "powerline.segments.common.env.user",
"priority": 30,
"args": {
"hide_domain": true
"hide_domain": true,
"hide_user": "thomasbriffard"
}
},
{
"function": "powerline.segments.common.env.virtualenv",
"priority": 50
},
{
"function": "powerline.segments.common.time.date",
"priority": 10,
"args": {
"istime": true,
"format": "%H:%M"
}
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10,
@@ -31,10 +40,6 @@
"use_path_separator": true
}
},
{
"function": "powerline.segments.shell.jobnum",
"priority": 20
},
{
"function": "powerline_gitstatus.gitstatus",
"priority": 40
@@ -43,20 +48,12 @@
],
"right": [
{
"function": "powerline.segments.shell.last_pipe_status",
"priority": 10
},
"function": "powerline.segments.shell.last_pipe_status",
"priority": 20
},
{
"function": "powerline.segments.common.vcs.stash",
"priority": 50
},
{
"function": "powerline.segments.common.vcs.branch",
"priority": 40
},
{
"function": "powerline.segments.common.time.date",
"priority": 50
"function": "powerline.segments.shell.jobnum",
"priority": 20
}
]
}