1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
5b5ae288b4 herdr: manage config.toml via chezmoi
Ignore herdr runtime state (session.json, logs, sockets, plugin lock).
2026-08-22 21:56:53 -04:00
ca9d9d206b kitty: bump background opacity to 0.85 2026-08-22 21:56:53 -04:00
3 changed files with 18 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -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