From 3a984a9119cf431ec9eba7aafe5baf03376b379e Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 19 Oct 2023 08:23:38 -0500 Subject: Update documentation --- batteryarc-widget/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'batteryarc-widget') diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md index 98a2956..6f878e0 100644 --- a/batteryarc-widget/README.md +++ b/batteryarc-widget/README.md @@ -23,7 +23,7 @@ It is possible to customize widget by providing a table with all or some of the | Name | Default | Description | |---|---|---| -| `font` | Play 6 | Font | +| `font` | `Play 6` | Font | | `arc_thickness` | 2 | Thickness of the arc | | `show_current_level`| false | Show current charge level | | `size`| 18 | Size of the widget | @@ -33,11 +33,11 @@ It is possible to customize widget by providing a table with all or some of the | `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_color` | `#43a047` | 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_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 | -| `enable_battery_warning` | `true` | Display low battery warning | +| `warning_msg_icon` | `~/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg` | Icon of the warning popup | +| `enable_battery_warning` | true | Display low battery warning | | `show_notification_mode` | `on_hover` | How to trigger a notification with the battery status: `on_hover`, `on_click` or `off` | | `notification_position` | `top_left` | Where to show she notification when triggered. Values: `top_right`, `top_left`, `bottom_left`, `bottom_right`, `top_middle`, `bottom_middle`. (default `top_right`) | -- cgit v1.2.3