For real this time

This commit is contained in:
2026-01-26 15:24:19 +01:00
parent 7523ab9b67
commit 1464e6672e
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ output * bg ~/.config/sway/od_arch.png fill
output * bg ~/.config/sway/od_freebsd.png fill
{{ end }}
{{- with .swayProfile }}
{{- with (index . "swayProfile") }}
include ~/.config/sway/outputs.d/{{ . }}.conf
{{- end }}
#

View File

@@ -9,7 +9,7 @@
{
"include": ["~/.config/waybar/media.json"],
"layer": "top",
{{- with .swayProfile }}
{{- with (index . "swayProfile") }}
{{ include (printf "dot_config/waybar/outputs.d/%s.conf" .) }}
{{- end }}
"gtk-layer-shell": "true",