summaryrefslogtreecommitdiff
path: root/src/user_interface.py
diff options
context:
space:
mode:
authorChandler J <cjustice2000@gmail.com>2024-04-13 13:44:44 -0600
committerChandler J <cjustice2000@gmail.com>2024-04-13 13:44:44 -0600
commitfba95abb417e0907c6148b61acae791ae01adb28 (patch)
tree9c2bd4356857069d7c40a947bedc346bbf101ecd /src/user_interface.py
parentd1f74e783cd9af20a81e86783e0b7fe23371e208 (diff)
more smarter and better
Diffstat (limited to 'src/user_interface.py')
-rw-r--r--src/user_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_interface.py b/src/user_interface.py
index 1ac0636..d79dbb9 100644
--- a/src/user_interface.py
+++ b/src/user_interface.py
@@ -126,7 +126,7 @@ def themeSelector(theme_dir):
comp_colors += f'[on {theme['comp_colors'][j]}] [/on {theme['comp_colors'][j]}]'
print(f'{colors} Theme ({i}): {theme['name']}\n{comp_colors} Wallpaper: {theme['wallpaper']}')
os.system(f'viu {theme['wallpaper']} -w 50')
- print('[bold green]Select theme (IE, 4)')
+ print(f'[bold green]Select theme (0, {num_themes})')
while True: