From ca9d9d206bddd66b8d8d6b032801aa62d93a9486 Mon Sep 17 00:00:00 2001 From: rain Date: Sat, 22 Aug 2026 21:56:53 -0400 Subject: [PATCH 1/2] kitty: bump background opacity to 0.85 --- dot_config/kitty/kitty.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index 371be5b..18665b1 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -6,5 +6,5 @@ include other.conf include colors/gruvbox-material-dark-hard.conf -// Transparency: 1.0 = opaque, lower = more see-through (needs Wayland + compositor blur) -background_opacity 0.8 +# Transparency: 1.0 = opaque, lower = more see-through (needs Wayland + compositor blur) +background_opacity 0.85 From 5b5ae288b41ab38e173026d961c272e92747755e Mon Sep 17 00:00:00 2001 From: rain Date: Sat, 22 Aug 2026 21:56:53 -0400 Subject: [PATCH 2/2] 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"