From 69a722cfd33076a4d63f1d49e52bed427453eabe Mon Sep 17 00:00:00 2001 From: dacctal <120422854+dacctal@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:21:45 +0000 Subject: initial commit --- .config/fsel/config.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/fsel/config.toml (limited to '.config/fsel/config.toml') 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 -- cgit v1.2.3