2024-09-29 19:39:22 -07:00
|
|
|
{{- if (and (not .isServer) (eq .chezmoi.os "linux")) -}}
|
2024-04-14 18:41:15 -07:00
|
|
|
[".config/zathura/catppuccin-frappe"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-frappe"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/zathura/catppuccin-latte"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-latte"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/zathura/catppuccin-macchiato"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-macchiato"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/zathura/catppuccin-mocha"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha"
|
|
|
|
refreshPeriod = "672h"
|
2024-08-04 19:35:04 -07:00
|
|
|
|
|
|
|
[".config/zathura/rose-pine"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/edunfelt/zathura/main/rose-pine"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/zathura/rose-pine-dawn"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/edunfelt/zathura/main/rose-pine-dawn"
|
|
|
|
refreshPeriod = "672h"
|
|
|
|
|
|
|
|
[".config/zathura/rose-pine-moon"]
|
|
|
|
type = "file"
|
|
|
|
url = "https://raw.githubusercontent.com/edunfelt/zathura/main/rose-pine-moon"
|
|
|
|
refreshPeriod = "672h"
|
2024-04-21 10:05:25 -07:00
|
|
|
{{- end -}}
|