Compare commits

...

2 commits

Author SHA1 Message Date
74a78bd30f
Changed battery icon in waybar 2021-12-04 17:02:22 -07:00
ea8d99e7c7
This is more correct I guess 2021-12-04 17:02:04 -07:00
2 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -25,15 +25,17 @@
},
"battery": {
"format": "{icon} {capacity}%",
"format-alt": "{icon} {time}",
"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}",