summaryrefslogtreecommitdiff
path: root/batteryarc-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-05-12 22:12:20 -0400
committerstreetturtle <streetturtle@gmail.com>2020-05-12 22:12:20 -0400
commitcf0689df7baf7cb8770daee12e7acdee445f66fc (patch)
treed86db81a668998259f9e206b8ac9b4cf29e2b391 /batteryarc-widget/README.md
parent8b3a46411d95f53293e79d0436105f28cfa385e8 (diff)
Fix #141 simplify calculation of the battery chage status
Diffstat (limited to 'batteryarc-widget/README.md')
-rw-r--r--batteryarc-widget/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md
index 96e1aeb..1c93544 100644
--- a/batteryarc-widget/README.md
+++ b/batteryarc-widget/README.md
@@ -24,6 +24,7 @@ It is possible to customize widget by providing a table with all or some of the
| `font` | Font | Play 6 |
| `arc_thickness` | 2 | Thickness of the arc |
| `show_current_level`| false | Show current charge level |
+| `size`| 18 | Size of the widget |
| `main_color` | `beautiful.fg_color` | Color of the text with the current charge level and the arc |
| `bg_color` | `#ffffff11` | Color of the charge level background |
| `low_level_color` | #e53935 | Arc color when battery charge is less that 15% |