Add digital clock variants:

- Outlined
- Material You
- OnePlus

Close #563, #422

Co-authored-by: elia vandini  <103252381+eliavandini@users.noreply.github.com>
This commit is contained in:
MM20
2023-10-12 21:10:17 +02:00
co-authored by elia vandini
parent 903c161500
commit 2dd72b1db2
4 changed files with 83 additions and 24 deletions
@@ -126,6 +126,9 @@ message Settings {
BinaryClock = 2;
AnalogClock = 3;
EmptyClock = 4;
DigitalClock1_MDY = 6;
DigitalClock1_Outlined = 7;
DigitalClock1_OnePlus = 8;
}
ClockStyle clock_style = 2;
bool date_part = 3;