From f57ad70a20b1669db6744a1322b0c12691d05ebf Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sun, 23 Oct 2022 01:51:42 -0400 Subject: [PATCH] [O] Clarify prompt --- hyfetch/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/main.py b/hyfetch/main.py index a7ec396f..f4ccdfd1 100755 --- a/hyfetch/main.py +++ b/hyfetch/main.py @@ -242,7 +242,7 @@ def create_config() -> Config: while True: 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 # Parse lightness