parent
5012e76d07
commit
39f70a9fd1
4 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,9 @@
|
|||
"defaults": {
|
||||
"separator": "",
|
||||
"padding": " ",
|
||||
"unknown": { "prefix": "" }
|
||||
"unknown": { "prefix": "" },
|
||||
"separator-block-width": 0,
|
||||
"default-separators": false
|
||||
},
|
||||
"date": { "prefix": "" },
|
||||
"time": { "prefix": "" },
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"fg": "#d75f00",
|
||||
"bg": "#ffd700"
|
||||
},
|
||||
"default_separators": false
|
||||
"default-separators": false
|
||||
},
|
||||
"cycle": [
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"fg": "#002b36",
|
||||
"bg": "#b58900"
|
||||
},
|
||||
"default_separators": false,
|
||||
"default-separators": false,
|
||||
"separator": ""
|
||||
},
|
||||
"cycle": [
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"fg": "cursor",
|
||||
"bg": "color6"
|
||||
},
|
||||
"default_separators": false
|
||||
"default-separators": false
|
||||
},
|
||||
"cycle": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue