diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/flavours/config.toml | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/flavours/config.toml')
| -rw-r--r-- | .config/flavours/config.toml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/.config/flavours/config.toml b/.config/flavours/config.toml deleted file mode 100644 index e12acc1..0000000 --- a/.config/flavours/config.toml +++ /dev/null @@ -1,54 +0,0 @@ -shell = "bash -c '{}'" - -[[items]] -template = "waybar" -subtemplate = "hibiki" -file = "~/.config/waybar/style.css" -start = "/* start flavours */" -end = "/* end flavours */" -hook = "doas -n s6-svc -r /run/s6-rc/servicedirs/waybar-srv/" - -[[items]] -template = "foot" -subtemplate = "hibiki" -file = "~/.config/foot/colors.ini" -rewrite = true -#hook = "doas -n s6-svc -r /run/s6-rc/servicedirs/footserver-srv/" - -[[items]] -template = "sway" -subtemplate = "hibiki" -file = "~/.config/sway/config.d/colors.conf" -rewrite = true -hook = "swaymsg reload" -light = false - -[[items]] -template = "vimiv" -subtemplate = "hibiki" -file = "~/.config/vimiv/styles/base16" -start = "; start flavours" -end = "; end flavours" - -[[items]] -template = "bemenu" -subtemplate = "hibiki" -file = "~/.config/bemenu.conf" -start = "# start flavours" -end = "# end flavours" - -[[items]] -template = "neovim" -subtemplate = "hibiki" -file = "~/.config/nvim/lua/internal/colors.lua" -rewrite = true - -[[items]] -template = "mako" -subtemplate = "hibiki" -file = "~/.config/mako/config" -start = "# start flavours" -end = "# end flavours" -hook = "makoctl reload" - -# TODO aerc |