This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.gorice/output.yaml.template

26 lines
1014 B
Plaintext
Raw Normal View History

2017-10-23 18:35:35 -05:00
configs:
{{range .}}
{{.Name}}:
background: "{{.Data.terminal_background}}"
foreground: "{{.Data.terminal_foreground}}"
bold: "{{.Data.terminal_bold}}"
term-background: "{{.Data.terminal_termbackground}}"
font: "{{.Data.terminal_font}}"
colors:{{range .Data.terminal_colors}}
- "{{.}}"{{end}}
bar/i3-border: "{{.Data.border_pixels}}"
bar-border-all: "{{.Data.border_all}}"
bar-border-top: "{{.Data.border_top}}"
bar-border-bottom: "{{.Data.border_bottom}}"
bar-border-color: "{{.Data.border_color}}"
i3gap-inner: "{{.Data.gap_inner}}"
i3gap-outer: "{{.Data.gap_outer}}"
bar-height: "{{.Data.bar_height}}"
bar-width: "{{.Data.bar_width}}"
bar-radius: "{{.Data.bar_radius}}"
bar-bottom: "{{.Data.bar_bottom}}"
bar-background: "{{.Data.bar_background}}"
bar-font: "{{.Data.bar_font0}}"
wallpaper: "{{.Data.wallpaper_saved}}"
{{end}}