summaryrefslogtreecommitdiff
path: root/batteryarc-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-06-02 22:05:06 -0400
committerstreetturtle <streetturtle@gmail.com>2019-06-02 22:05:06 -0400
commitfb465d371ec9ec93262ec6991c633ffdcd545daf (patch)
treee58979a70743ee97583cb2f8b967803cb7f54a54 /batteryarc-widget
parent6857b71729cd6c1a5d60e4a51ff6370fa2362c6d (diff)
fix table in readme of batteryarc
Diffstat (limited to 'batteryarc-widget')
-rw-r--r--batteryarc-widget/README.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md
index 4f35097..026180e 100644
--- a/batteryarc-widget/README.md
+++ b/batteryarc-widget/README.md
@@ -22,17 +22,16 @@ It is possible to customize widget by providing a table with all or some of the
| Name | Default | Description |
|---|---|---|
| `font` | Font | Play 6 |
-| `arc_thickness` | Thickness of the arc | 2 |
-| `show_current_level`| Show current charge level | false |
-| `main_color` | Color of the text with the current charge level and the arc| `beautiful.fg_color` |
-| `low_level_color` | Arc color when battery charge is less that 15%| #e53935 |
-| `medium_level_color` | Arc color when battery charge is between 15% and 40% | #c0ca33 |
-| `charging` | Color of the circle inside the arc when charging | `beautiful.fg_color` |
-| `warning_msg_title` | Title of the warning popup | _Huston, we have a problem_ |
-| `warning_msg_text` | Text of the warning popup | _Battery is dying_ |
-| `warning_msg_position` | Position of the warning popup | `bottom_right` |
-| `warning_msg_icon` | Icon of the warning popup| ~/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg |
-
+| `arc_thickness` | 2 | Thickness of the arc |
+| `show_current_level`| false | Show current charge level |
+| `main_color` | `beautiful.fg_color` | Color of the text with the current charge level and the arc |
+| `low_level_color` | #e53935 | Arc color when battery charge is less that 15% |
+| `medium_level_color` | #c0ca33 | Arc color when battery charge is between 15% and 40% |
+| `charging` | `beautiful.fg_color` | Color of the circle inside the arc when charging |
+| `warning_msg_title` | _Huston, we have a problem_ | Title of the warning popup |
+| `warning_msg_text` | _Battery is dying_ | Text of the warning popup |
+| `warning_msg_position` | `bottom_right` | Position of the warning popup |
+| `warning_msg_icon` | ~/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg | Icon of the warning popup |
## Installation