-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from marksie1988/dev
⭐ 🐛 📝 v1.8.5
- Loading branch information
Showing
10 changed files
with
98 additions
and
83 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: default | ||
title: Event Mode Options | ||
parent: Configuration Options | ||
nav_order: 3 | ||
--- | ||
|
||
## Config Options | ||
|
||
| Name | Type | Since | Description | | ||
| -------------------- | :-----: | :----: | --------------------------------------------------------------------------------------------------- | | ||
| showCurrentEventLine | boolean | v0.3.0 | `false` Show line before next event. Don't enable when showProgressBar is true - will look bad | | ||
| showProgressBar | boolean | v0.5.5 | `true` Show event progress with moving icon. Don't enable when showCurrentEventLine - will look bad | | ||
|
||
## Color Options | ||
|
||
If you don't set colors, default theme colors will be used. If you use automatic night/day modes, don't use manual color settings. | ||
|
||
| Name | Type | Since | Description | | ||
| ------------------- | :-----: | :----: | ----------------------------------------------------------------- | | ||
| eventBarColor | string | v0.3.0 | `default color` Color of line showing next event | | ||
| dateColor | string | v0.3.0 | `primary text color` Color of date (left side) | | ||
| dateSize | integer | v0.3.0 | `90` Date text size (percent of default font) | | ||
| timeColor | string | v0.3.0 | `primary color` Color of time (under the event title) | | ||
| timeSize | integer | v0.3.0 | `90` Time text size (percent of default font) | | ||
| eventTitleColor | string | v0.3.0 | `primary text color` Color of event title | | ||
| eventTitleSize | integer | v0.3.0 | `100` Event title text size (percent of default font) | | ||
| dayWrapperLineColor | string | v0.3.0 | `primary text color` Color of line - days separate | | ||
| progressBarColor | string | v0.5.5 | `default color` Color of progress bar | | ||
| descColor | string | v0.8.4 | `primary text color` Description of date (left side) | | ||
| descSize | integer | v0.8.4 | `80` Description text size (percent of default font) | | ||
| eventCalNameColor | string | v1.2.0 | `primary text color` color of `eventCalName` if set | | ||
| eventCalNameSize | integer | v1.2.0 | `90` text size of `eventCalName` if set (percent of default font) | |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.