blob: 40cbfda394d9cd458bfd654cb81b75a760c6890c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|