Update .chezmoiexternals/qt5ct.toml
Update .chezmoiexternals/zathura.toml
This commit is contained in:
parent
810fa8c7b9
commit
435fd6c5fe
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue