From 3c79cc52131580364b783fe87bd5576d20bcf2a4 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Mon, 9 Jun 2025 00:02:55 -0400 Subject: [PATCH] wallpaper/matugen: add foot template --- wallpaper/matugen.toml | 4 +++ wallpaper/templates/foot.ini | 70 ++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 wallpaper/templates/foot.ini diff --git a/wallpaper/matugen.toml b/wallpaper/matugen.toml index 271e822..cf99df3 100644 --- a/wallpaper/matugen.toml +++ b/wallpaper/matugen.toml @@ -25,3 +25,7 @@ output_path = "~/.config/qt6ct/colors/BreezeDark.colors" input_path = 'templates/hyprland-colors.conf' output_path = '~/.config/hypr/colors.conf' post_hook = 'hyprctl reload' + +[templates.foot] +input_path = 'templates/foot.ini' +output_path = '~/.config/foot/foot.ini' diff --git a/wallpaper/templates/foot.ini b/wallpaper/templates/foot.ini new file mode 100644 index 0000000..1894b3c --- /dev/null +++ b/wallpaper/templates/foot.ini @@ -0,0 +1,70 @@ +[colors] +foreground={{colors.inverse_surface.dark.hex_stripped}} +background={{colors.surface.dark.hex_stripped}} +16=f5a97f +17=b7bdf8 +alpha=1.000000 +alpha-mode=matching +bright0=5b6078 +bright1=ed8796 +bright2=a6da95 +bright3=eed49f +bright4=8aadf4 +bright5=f5bde6 +bright6=8bd5ca +bright7=cad3f5 +jump-labels=24273a f5a97f +regular0=494d64 +regular1=ed8796 +regular2=a6da95 +regular3=eed49f +regular4=8aadf4 +regular5=f5bde6 +regular6=8bd5ca +regular7=b8c0e0 +search-box-match=24273a a6da95 +search-box-no-match=24273a ed8796 +selection-background=8aadf4 +selection-foreground=24273a +urls=8aadf4 + +[cursor] +color=181818 cdcdcd + +[key-bindings] +clipboard-copy=Control+Shift+c XF86Copy +clipboard-paste=Control+Shift+v XF86Paste +font-decrease=Control+minus Control+KP_Subtract +font-increase=Control+plus Control+equal Control+KP_Add +font-reset=Control+0 Control+KP_0 +fullscreen=none +maximize=none +minimize=none +noop=none +pipe-command-output=[wl-copy] none +pipe-scrollback=[sh -c 'xurls | fuzzel | xargs -r firefox'] none +pipe-selected=[xargs -r firefox] none +pipe-visible=[sh -c 'xurls | fuzzel | xargs -r firefox'] none +primary-paste=Shift+Insert +prompt-next=Control+Shift+x +prompt-prev=Control+Shift+z +scrollback-down-half-page=none +scrollback-down-line=none +scrollback-down-page=Shift+Page_Down +scrollback-end=none +scrollback-home=none +scrollback-up-half-page=none +scrollback-up-line=none +scrollback-up-page=Shift+Page_Up +search-start=Control+Shift+r +show-urls-copy=none +show-urls-launch=Control+Shift+o +show-urls-persistent=none +spawn-terminal=Control+Shift+n +unicode-input=Control+Shift+u + +[main] +font=DejaVuSansM Nerd Font:size=14 +gamma-correct-blending=no +shell=zsh +term=xterm-256color