Skip to content
Snippets Groups Projects
Verified Commit 5e3ea03e authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] disable battery tooltip for now as it's not displaying the remaining time correctly

parent dcc52ed0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
// -------------------------------------------------------------------------
"battery": {
"interval": 10,
"interval": 60,
"states": {
"warning": 30,
"critical": 15
......@@ -57,7 +57,7 @@
"" // Icon: battery-empty
],
"format-time": "{H} h {M} min",
"tooltip": true,
"tooltip": false,
"bat": "cw2015-battery" // axp20x-battery for Pinebook
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment