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

View file

@ -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}",