From faef026d082375bf2e4c1d21d9d28b0e6aff559d Mon Sep 17 00:00:00 2001 From: Aurélien LAJOIE Date: Fri, 20 Dec 2019 01:51:41 +0100 Subject: Battery: add more parameters and option Allow to display the value Add parameters to set the warning message --- battery-widget/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'battery-widget/README.md') diff --git a/battery-widget/README.md b/battery-widget/README.md index 4ec0488..710f8b2 100644 --- a/battery-widget/README.md +++ b/battery-widget/README.md @@ -21,8 +21,16 @@ It is possible to customize widget by providing a table with all or some of the | Name | Default | Description | |---|---|---| +| `font` | Font | Play 8 | +| `show_current_level`| false | Show current charge level | +| `margin_right`|0| the right margin of the widget| +| `margin_left`|0| the left margin of the widget| | `notification` | `false` | Display a notification on mouseover | | `notification_position` | `top_right` | The notification position | +| `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 -- cgit v1.2.3