From 5b5ae288b41ab38e173026d961c272e92747755e Mon Sep 17 00:00:00 2001 From: rain Date: Sat, 22 Aug 2026 21:56:53 -0400 Subject: [PATCH] herdr: manage config.toml via chezmoi Ignore herdr runtime state (session.json, logs, sockets, plugin lock). --- .chezmoiignore.tmpl | 6 ++++++ dot_config/herdr/config.toml | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 dot_config/herdr/config.toml diff --git a/.chezmoiignore.tmpl b/.chezmoiignore.tmpl index 7612c22..c4119a8 100644 --- a/.chezmoiignore.tmpl +++ b/.chezmoiignore.tmpl @@ -17,3 +17,9 @@ README.md 40-install-sway.sh 40-install-sway-gentoo.sh {{ end }} + +# herdr runtime state — only config.toml is managed +.config/herdr/session.json +.config/herdr/*.log +.config/herdr/.plugins.lock +.config/herdr/*.sock diff --git a/dot_config/herdr/config.toml b/dot_config/herdr/config.toml new file mode 100644 index 0000000..05a163e --- /dev/null +++ b/dot_config/herdr/config.toml @@ -0,0 +1,10 @@ +[ui] +status_indicators = "symbols" + +show_agent_labels_on_pane_borders = true +[theme] +name = "gruvbox" +auto_switch = false + +[ui.toast] +delivery = "system"