Files
dotfiles/dot_config/waybar/config.jsonc.tmpl
T
2026-09-06 17:11:25 -04:00

8 lines
324 B
Cheetah

{{- 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" . }}]
{{- end }}