aboutsummaryrefslogtreecommitdiff
path: root/.config/fsel
diff options
context:
space:
mode:
Diffstat (limited to '.config/fsel')
-rw-r--r--.config/fsel/config.toml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/fsel/config.toml b/.config/fsel/config.toml
new file mode 100644
index 0000000..40cbfda
--- /dev/null
+++ b/.config/fsel/config.toml
@@ -0,0 +1,29 @@
+# Default values
+highlight_color = "Yellow"
+cursor = "█"
+terminal_launcher = "alacritty -e"
+hard_stop = false
+
+# UI Customization
+rounded_borders = false
+
+# Border Colors (individual colors for each panel)
+main_border_color = "White" # Border color for the main info panel (top)
+apps_border_color = "White" # Border color for the apps list panel (middle)
+input_border_color = "White" # Border color for the input panel (bottom)
+
+# Text Colors (non-highlighted text in each panel)
+main_text_color = "White" # Text color for the main info panel
+apps_text_color = "White" # Text color for the apps list
+input_text_color = "White" # Text color for the input field
+
+# Fancy Mode - Show selected app info in panel titles
+fancy_mode = true # When true: "Apps" becomes selected app name, "Gyr" becomes app description
+
+# Header title color (for panel border titles)
+header_title_color = "Green" # Color for all panel header titles
+
+# Layout Configuration (percentages and sizes)
+title_panel_height_percent = 30 # Height of top panel as percentage (10-70%)
+input_panel_height = 3 # Height of input panel in lines (1-10)
+# Note: Apps panel gets the remaining space automatically