]> git.armaanb.net Git - lightcards.git/blobdiff - config.py
Allow for config files to be incomplete
[lightcards.git] / config.py
index 64296bbbb3e7d5c27c3f356f944555fad85e7589..46d6bf0761805faed8ae477ed06bc581c3d12a0b 100644 (file)
--- a/config.py
+++ b/config.py
@@ -1,6 +1,32 @@
-###############
-# KEYBINDINGS #
-###############
+###############################################################################
+# LIGHTCARDS DEFAULT CONFIG FILE                                              #
+###############################################################################
+
+###############################################################################
+# STARTUP OPTIONS
+
+alphabetize = False
+shuffle = False
+reverse = False
+cache = True
+
+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"
+
+###############################################################################
+# KEYBINDINGS
 
 card_prev = ["h", "KEY_LEFT"]
 card_next = ["l", "KEY_RIGHT"]
@@ -16,3 +42,11 @@ menu_disp = "m"
 view_one = "1"
 view_two = "2"
 view_three = "3"
+
+###############################################################################
+# OTHER
+
+confirm_quit = True
+debug = False
+
+###############################################################################