Powerline

This commit is contained in:
2021-06-24 15:31:04 -07:00
parent 66e10dc4cc
commit 08a09d522d
7 changed files with 361 additions and 0 deletions

View File

@@ -0,0 +1,65 @@
{
"outer_padding": 0,
"use_non_breaking_spaces": false,
"segments": {
"above": [{
"left": [
{
"function": "powerline.segments.common.net.hostname",
"args": {
"only_if_ssh": true
},
"priority": 10
},
{
"function": "powerline.segments.common.env.user",
"priority": 30
},
{
"function": "powerline.segments.common.env.virtualenv",
"priority": 50
},
{
"function": "powerline.segments.shell.cwd",
"priority": 10
},
{
"function": "powerline_gitstatus.gitstatus",
"priority": 40
},
{
"type": "string",
"contents": " ",
"highlight_groups": ["static_prompt1"],
"width": "auto"
}
],
"right": [
{
"function": "powerline_xonsh.exec_time",
"priority": 10
},
{
"function": "powerline.segments.common.time.date",
"after": "  ",
"args": {
"format": "%H:%M:%S",
"istime": true
},
"priority": 20
}
]
}],
"left": [
{
"type": "string",
"contents": " ",
"draw_soft_divider": false,
"draw_hard_divider": false,
"highlight_groups": ["static_prompt1", "information:additional"]
}
],
"right": [
]
}
}