This commit is contained in:
Maximilian Giller 2019-10-11 11:18:40 +02:00 committed by GitHub
parent 79acea5668
commit 36f8c35170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ Once the packages are installed, navigate to the home directory, open 'E-Paper-M
| font_size | Varies the size of the font. Can be any number >0. In some cases the size of the font is fixed by the design. Default value is `14`. | | font_size | Varies the size of the font. Can be any number >0. In some cases the size of the font is fixed by the design. Default value is `14`. |
| font_boldness | Varies the boldness of the font. Can be one of `extralight`, `light`, `regular`, `semibold`, `bold` or `extrabold`. In some cases the boldness of the font is fixed by the design. Default value is `regular`. | | font_boldness | Varies the boldness of the font. Can be one of `extralight`, `light`, `regular`, `semibold`, `bold` or `extrabold`. In some cases the boldness of the font is fixed by the design. Default value is `regular`. |
| choosen_design | Sets the desired panel design. | | choosen_design | Sets the desired panel design. |
| line_thickness | Varies the boldness of separation lines in the choosen design. | | line_thickness | Varies the boldness of separation lines in the chosen design. |
| general_settings | A dictionary containing options that some designs use to optimize there design. Possible options are as follows: | | general_settings | A dictionary containing options that some designs use to optimize there design. Possible options are as follows: |
| `"info-area"` | Defines the content type of an additionaly info area on the design. Can be one of `"rss"`, `"events"` or empty, to remove this area or keep it clean. | | `"info-area"` | Defines the content type of an additionaly info area on the design. Can be one of `"rss"`, `"events"` or empty, to remove this area or keep it clean. |
| `"highlight-event-days"` | If set to `True`, days with events are highlighted in contrast to days without events. | | `"highlight-event-days"` | If set to `True`, days with events are highlighted in contrast to days without events. |