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
|
||||
syntax on
|
||||
syntax enable
|
||||
set encoding=utf-8
|
||||
set showcmd " display incomplete commands
|
||||
filetype plugin indent on " load file type plugins + indentation
|
||||
|
|
|
@ -24,18 +24,16 @@
|
|||
"tooltip": false
|
||||
},
|
||||
"battery": {
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-alt": "{icon} {timeTo}",
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-alt": "{icon} {time}",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"format-charging": " {capacity}%",
|
||||
"format-charging-alt": " {timeTo}%",
|
||||
"interval": 10,
|
||||
"interval": 30,
|
||||
"states": {
|
||||
"warning": 25,
|
||||
"critical": 10
|
||||
},
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{capacity} {timeTo}"
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"format": "{icon}",
|
||||
|
|
Loading…
Add table
Reference in a new issue