mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
wallpaper/matugen: add foot template
This commit is contained in:
parent
474f14465c
commit
3c79cc5213
2 changed files with 74 additions and 0 deletions
|
|
@ -25,3 +25,7 @@ output_path = "~/.config/qt6ct/colors/BreezeDark.colors"
|
||||||
input_path = 'templates/hyprland-colors.conf'
|
input_path = 'templates/hyprland-colors.conf'
|
||||||
output_path = '~/.config/hypr/colors.conf'
|
output_path = '~/.config/hypr/colors.conf'
|
||||||
post_hook = 'hyprctl reload'
|
post_hook = 'hyprctl reload'
|
||||||
|
|
||||||
|
[templates.foot]
|
||||||
|
input_path = 'templates/foot.ini'
|
||||||
|
output_path = '~/.config/foot/foot.ini'
|
||||||
|
|
|
||||||
70
wallpaper/templates/foot.ini
Normal file
70
wallpaper/templates/foot.ini
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue