This commit is contained in:
2026-09-06 17:11:25 -04:00
parent ee30af5599
commit 2bfb9de5c0
5 changed files with 2 additions and 152 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
{{- if eq .chezmoi.hostname "framework13pro" -}}
{{- if eq .chezmoi.hostname "fw13pro" -}}
[{{ template "bar-primary" (dict "out" "eDP-1" "ws" (list "1" "2" "3" "4")) }},
{{ template "bar-secondary" . }}]
{{- else if eq .chezmoi.hostname "flow" -}}
[{{ template "bar-primary" (dict "out" "DP-1" "ws" (list "1" "2" "3" "4")) }},
{{ template "bar-secondary" . }}]
{{- else if eq .chezmoi.hostname "gata" -}}
// TODO: confirm gata's primary output (run: swaymsg -t get_outputs)
[{{ template "bar-primary" (dict "out" "DP-1" "ws" (list "1" "2" "3" "4")) }},
{{ template "bar-secondary" . }}]
{{- end }}