Skip to content

Commit

Permalink
More tinting options
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Jan 25, 2024
1 parent f98b906 commit bf465cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideboy/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AppState:
tint_enabled: bool = False
tint_brightness: int = 128
tint_color: tuple = (255, 0, 64)
slideshow_interval: int = 30
slideshow_interval: int = 10
slideshow_index: int = 0
clock_24_hour: bool = True
screenshot: bool = False
Expand Down

0 comments on commit bf465cd

Please sign in to comment.