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…
Reference in New Issue