From aaeef5f1b7d79d495775abe878707b4a80e94a92 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 24 Sep 2024 07:33:43 +0200 Subject: [PATCH] flavours: remove foot-terminal fragment this gets handled by the appropriate bash or fish shell script --- config/dot-config/flavours/config.toml | 11 ++++++----- .../share/flavours/base16/sources/templates/list.yaml | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/dot-config/flavours/config.toml b/config/dot-config/flavours/config.toml index 07ebada2..d699170c 100644 --- a/config/dot-config/flavours/config.toml +++ b/config/dot-config/flavours/config.toml @@ -1,10 +1,5 @@ shell = "bash -c '{}'" -[[item]] -template = "foot" -file = "~/.config/foot/base16-colors.ini" -rewrite = true - [[item]] template = "shell" file = "~/.local/bin/base16-flavours" @@ -62,3 +57,9 @@ subtemplate = "default" file = "~/.config/kak/colors/base16.kak" rewrite = true +[[item]] +template = "fish" +file = "~/.local/bin/base16-flavours-fish" +rewrite = true +hook = "sleep 0.5 && pkill -USR1 fish" + diff --git a/local/dot-local/share/flavours/base16/sources/templates/list.yaml b/local/dot-local/share/flavours/base16/sources/templates/list.yaml index afd378a8..b0f5af7e 100644 --- a/local/dot-local/share/flavours/base16/sources/templates/list.yaml +++ b/local/dot-local/share/flavours/base16/sources/templates/list.yaml @@ -13,7 +13,8 @@ aerc: https://git.sr.ht/~h4n1/base16-aerc # dunst: https://github.com/khamer/base16-dunst # emacs: https://github.com/belak/base16-emacs # everything: https://github.com/spitfire05/base16-everything -foot: https://github.com/tinted-theming/base16-foot +fish: https://github.com/tomyun/base16-fish +# foot: https://github.com/tinted-theming/base16-foot fuzzel: https://github.com/dark-beep-boop/base16-fuzzel # fzf: https://github.com/fnune/base16-fzf # gnome-terminal: https://github.com/aaron-williamson/base16-gnome-terminal -- 2.51.2