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

21 lines
813 B
TOML

{{- if (and (ne .chezmoi.hostname "marleycentre") (eq .chezmoi.os "linux")) -}}
[".config/qt5ct/colors/Catppuccin-Frappe.conf"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Frappe.conf"
refreshPeriod = "672h"
[".config/qt5ct/colors/Catppuccin-Latte.conf"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Latte.conf"
refreshPeriod = "672h"
[".config/qt5ct/colors/Catppuccin-Macchiato.conf"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Macchiato.conf"
refreshPeriod = "672h"
[".config/qt5ct/colors/Catppuccin-Mocha.conf"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/qt5ct/main/themes/Catppuccin-Mocha.conf"
refreshPeriod = "672h"
{{- end -}}