dotfiles/.chezmoiexternals/zathura.toml
punkfairie 435fd6c5fe
Update .chezmoiexternals/qt5ct.toml
Update .chezmoiexternals/zathura.toml
2024-04-21 12:55:58 -07:00

21 lines
749 B
TOML

{{- if (and (ne .chezmoi.hostname "marleycentre") (eq .chezmoi.os "linux")) -}}
[".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"
{{- end -}}