Implement clock styles

This commit is contained in:
MM20
2021-09-29 22:30:09 +02:00
parent e16dd1c168
commit a1fbe669e2
8 changed files with 149 additions and 6 deletions
@@ -34,6 +34,13 @@ message Settings {
bool light_nav_bar = 3;
bool dim_wallpaper = 4;
bool app_start_animation = 5;
enum ClockStyle {
Digital = 0;
Analog = 1;
Binary = 2;
}
ClockStyle clock_style = 8;
}
AppearanceSettings appearance = 1;