Compare commits
2 commits
60fb509b35
...
74a78bd30f
Author | SHA1 | Date | |
---|---|---|---|
74a78bd30f | |||
ea8d99e7c7 |
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
set nocompatible " choose no compatibility with legacy vi
|
set nocompatible " choose no compatibility with legacy vi
|
||||||
syntax enable
|
syntax on
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set showcmd " display incomplete commands
|
set showcmd " display incomplete commands
|
||||||
filetype plugin indent on " load file type plugins + indentation
|
filetype plugin indent on " load file type plugins + indentation
|
||||||
|
|
|
@ -24,16 +24,18 @@
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
"format-alt": "{icon} {time}",
|
"format-alt": "{icon} {timeTo}",
|
||||||
"format-icons": ["", "", "", "", ""],
|
"format-icons": ["", "", "", "", ""],
|
||||||
"format-charging": " {capacity}%",
|
"format-charging": " {capacity}%",
|
||||||
"interval": 30,
|
"format-charging-alt": " {timeTo}%",
|
||||||
|
"interval": 10,
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 25,
|
"warning": 25,
|
||||||
"critical": 10
|
"critical": 10
|
||||||
},
|
},
|
||||||
"tooltip": false
|
"tooltip": true,
|
||||||
|
"tooltip-format": "{capacity} {timeTo}"
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|
Loading…
Reference in a new issue