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