Compare commits
No commits in common. "74a78bd30f66b27be93207e32147dd3087261460" and "60fb509b35002ee96b8c68a758a077b2e366943a" have entirely different histories.
74a78bd30f
...
60fb509b35
2 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
set nocompatible " choose no compatibility with legacy vi
|
set nocompatible " choose no compatibility with legacy vi
|
||||||
syntax on
|
syntax enable
|
||||||
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,18 +24,16 @@
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
"format-alt": "{icon} {timeTo}",
|
"format-alt": "{icon} {time}",
|
||||||
"format-icons": ["", "", "", "", ""],
|
"format-icons": ["", "", "", "", ""],
|
||||||
"format-charging": " {capacity}%",
|
"format-charging": " {capacity}%",
|
||||||
"format-charging-alt": " {timeTo}%",
|
"interval": 30,
|
||||||
"interval": 10,
|
|
||||||
"states": {
|
"states": {
|
||||||
"warning": 25,
|
"warning": 25,
|
||||||
"critical": 10
|
"critical": 10
|
||||||
},
|
},
|
||||||
"tooltip": true,
|
"tooltip": false
|
||||||
"tooltip-format": "{capacity} {timeTo}"
|
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue