diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-26 14:33:06 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-30 21:07:42 +0100 |
| commit | 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (patch) | |
| tree | 0460bc0600492324f111524dfdff1ef85c9fbf8e /wallust/templates/foot | |
| parent | ee2b01a3fff043a8b977385227c2659bbcf2e59a (diff) | |
| download | dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip | |
wallust
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/foot | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/wallust/templates/foot b/wallust/templates/foot new file mode 100644 index 0000000..cd12385 --- /dev/null +++ b/wallust/templates/foot @@ -0,0 +1,34 @@ +font=Hack Nerd Font:size=10,Noto Color Emoji:size=10,Sazanami Gothic:size=10 +pad=15x15 +dpi-aware=yes +term=foot-extra + +[cursor] +style=block +blink=yes + +[scrollback] +indicator-position=none + +[colors] +foreground={{foreground | strip}} +background={{background | strip}} + +regular0={{color0 | strip}} +regular1={{color1 | strip}} +regular2={{color2 | strip}} +regular3={{color3 | strip}} +regular4={{color4 | strip}} +regular5={{color5 | strip}} +regular6={{color6 | strip}} +regular7={{color7 | strip}} + +bright0={{color8 | strip}} +bright1={{color9 | strip}} +bright2={{color10 | strip}} +bright3={{color11 | strip}} +bright4={{color12 | strip}} +bright5={{color13 | strip}} +bright6={{color14 | strip}} +bright7={{color15 | strip}} + |
