]> git.armaanb.net Git - lightcards.git/blobdiff - config.py
Implement progress_char config option
[lightcards.git] / config.py
index 46d6bf0761805faed8ae477ed06bc581c3d12a0b..e12faa3f25da77544242624193936d3dc877a240 100644 (file)
--- a/config.py
+++ b/config.py
@@ -15,12 +15,7 @@ default_view = 1
 ###############################################################################
 # APPEARANCE
 
-disp_progress = True
 progress_char = "ยป"
-disp_sidebar = True
-disp_bar = True
-
-bar_sections = ["starred_status", "starred_count", "side", "view"]
 
 highlight_color = "green"
 starred_color = "yellow"
@@ -47,6 +42,7 @@ view_three = "3"
 # OTHER
 
 confirm_quit = True
+show_menu_at_end = True
 debug = False
 
 ###############################################################################