diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
| commit | 69a722cfd33076a4d63f1d49e52bed427453eabe (patch) | |
| tree | 56545e93c12a8232058a0ab2b258546418656e03 /.config/fsel/config.toml | |
initial commit
Diffstat (limited to '.config/fsel/config.toml')
| -rw-r--r-- | .config/fsel/config.toml | 29 |
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 |
