mirror of
https://github.com/powerline/powerline.git
synced 2025-07-21 12:54:58 +02:00
Fix minor issues in default theme
This commit is contained in:
parent
32f6893189
commit
c6ac449af1
@ -4,7 +4,8 @@
|
||||
"left": [
|
||||
{
|
||||
"type": "function",
|
||||
"name": "mode"
|
||||
"name": "mode",
|
||||
"exclude_modes": ["nc"]
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
@ -36,16 +37,12 @@
|
||||
"name": "file_name",
|
||||
"draw_divider": false
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "modified_indicator",
|
||||
"draw_divider": false
|
||||
},
|
||||
{
|
||||
"type": "function",
|
||||
"name": "modified_indicator",
|
||||
"args": { "text": "+" },
|
||||
"exclude_modes": ["nc"]
|
||||
"exclude_modes": ["nc"],
|
||||
"before": " "
|
||||
},
|
||||
{
|
||||
"type": "filler",
|
||||
|
Loading…
x
Reference in New Issue
Block a user