forked from Shinonome/alt-illogical-impulse
ac6d3adeb9
BREAKING CHANGE: Remove external dots-hyprland dependency - Imported all essential configs from dots-hyprland/installer-replication - Added complete configs/ directory with: - hypr/ - Hyprland configuration - quickshell/ - Quickshell widgets and config - applications/ - Application configurations - scripts/ - Utility scripts - matugen/ - Material You theming - Updated flake.nix to use local ./configs instead of external repo - Simplified update-flake script (removed external repo management) - Updated README to reflect self-contained architecture - All builds pass with local configurations Benefits: - No external repository dependencies - Faster builds (no network dependencies) - Version controlled configs in single repo - Easier maintenance and development - Complete installer replication in one place
64 lines
1.6 KiB
INI
64 lines
1.6 KiB
INI
# Material You themed foot terminal configuration
|
|
|
|
[main]
|
|
shell=fish
|
|
term=xterm-256color
|
|
title=foot
|
|
font=JetBrainsMono Nerd Font:size=11
|
|
letter-spacing=0
|
|
dpi-aware=no
|
|
pad=25x25
|
|
bold-text-in-bright=no
|
|
|
|
[scrollback]
|
|
lines=10000
|
|
|
|
[cursor]
|
|
style=beam
|
|
blink=no
|
|
beam-thickness=1.5
|
|
color={{colors.primary.default.hex}} {{colors.on_primary.default.hex}}
|
|
|
|
[key-bindings]
|
|
scrollback-up-page=Page_Up
|
|
scrollback-down-page=Page_Down
|
|
clipboard-copy=Control+c
|
|
clipboard-paste=Control+v
|
|
search-start=Control+f
|
|
font-increase=Control+plus Control+equal Control+KP_Add
|
|
font-decrease=Control+minus Control+KP_Subtract
|
|
font-reset=Control+0 Control+KP_0
|
|
|
|
[search-bindings]
|
|
cancel=Escape
|
|
find-prev=Shift+F3
|
|
find-next=F3 Control+G
|
|
delete-prev-word=Control+BackSpace
|
|
|
|
[text-bindings]
|
|
\x03=Control+Shift+c
|
|
|
|
[colors]
|
|
alpha=0.95
|
|
background={{colors.background.default.hex}}
|
|
foreground={{colors.on_background.default.hex}}
|
|
|
|
# Material You color palette
|
|
regular0={{colors.surface_dim.default.hex}}
|
|
regular1={{colors.error.default.hex}}
|
|
regular2={{colors.secondary.default.hex}}
|
|
regular3={{colors.tertiary.default.hex}}
|
|
regular4={{colors.primary.default.hex}}
|
|
regular5={{colors.error_container.default.hex}}
|
|
regular6={{colors.primary_container.default.hex}}
|
|
regular7={{colors.on_surface.default.hex}}
|
|
|
|
bright0={{colors.surface_variant.default.hex}}
|
|
bright1={{colors.error.default.hex}}
|
|
bright2={{colors.secondary.default.hex}}
|
|
bright3={{colors.tertiary.default.hex}}
|
|
bright4={{colors.primary.default.hex}}
|
|
bright5={{colors.error_container.default.hex}}
|
|
bright6={{colors.primary_container.default.hex}}
|
|
bright7={{colors.on_background.default.hex}}
|