[O] Clarify prompt

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-10-23 01:51:42 -04:00
parent a3da5b6c59
commit f57ad70a20
No known key found for this signature in database
GPG key ID: E289FAC0DA92DD2B

View file

@ -242,7 +242,7 @@ def create_config() -> Config:
while True: while True:
print() print()
printc(f'Which brightness level looks the best? (Default: left blank = {def_lightness * 100:.0f}% for {light_dark} mode)') printc(f'Which brightness level looks the best? (Default: {def_lightness * 100:.0f}% for {light_dark} mode)')
lightness = input('> ').strip().lower() or None lightness = input('> ').strip().lower() or None
# Parse lightness # Parse lightness