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