Update .chezmoiexternals/qt5ct.toml

Update .chezmoiexternals/zathura.toml
This commit is contained in:
punkfairie 2024-04-21 12:55:58 -07:00
parent 810fa8c7b9
commit 435fd6c5fe
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{{- if ne .chezmoi.hostname "marleycentre" -}}
{{- 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"

View file

@ -1,4 +1,4 @@
{{- if ne .chezmoi.hostname "marleycentre" -}}
{{- 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"