fix table in readme of batteryarc
This commit is contained in:
parent
6857b71729
commit
fb465d371e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue