changed fsel and added better colors to kitty
This commit is contained in:
19
.config/fsel/config.toml
Normal file
19
.config/fsel/config.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Colors
|
||||
highlight_color = "LightBlue"
|
||||
input_border_color = "Cyan"
|
||||
cursor = "│"
|
||||
|
||||
# App launcher
|
||||
terminal_launcher = "kitty -e"
|
||||
|
||||
[app_launcher]
|
||||
filter_desktop = true # Filter apps by desktop environment
|
||||
list_executables_in_path = false # Show CLI tools from $PATH
|
||||
hide_before_typing = false # Hide list until you start typing
|
||||
match_mode = "fuzzy" # "fuzzy" or "exact"
|
||||
confirm_first_launch = false # Confirm before launching new apps with -p
|
||||
prefix_depth = 3 # Character depth for prefix matching priority
|
||||
|
||||
# Pin/favorite settings
|
||||
pin_color = "rgb(255,165,0)" # Color for pin icon (orange)
|
||||
pin_icon = "📌" # Icon for pinned apps
|
||||
@@ -71,8 +71,8 @@ color5 #F5C2E7
|
||||
color13 #F5C2E7
|
||||
|
||||
# cyan
|
||||
color6 #94E2D5
|
||||
color14 #94E2D5
|
||||
color6 #b7bdf8
|
||||
color14 #b7bdf8
|
||||
|
||||
# white
|
||||
color7 #CDD6F4
|
||||
|
||||
Reference in New Issue
Block a user