add battery to waybar
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"memory",
|
||||
"disk",
|
||||
"network",
|
||||
"battery",
|
||||
"clock",
|
||||
"tray"
|
||||
],
|
||||
@@ -95,6 +96,14 @@
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"format": "BAT: {capacity}%",
|
||||
"format-charging": "BAT: {capacity}% CHR",
|
||||
"format-plugged": "BAT: {capacity}% PLG",
|
||||
"interval": 30,
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"format": "{:%Y-%m-%d %H:%M}",
|
||||
"interval": 1,
|
||||
|
||||
Reference in New Issue
Block a user