From 168792023136e3fe8d8611b217d657a792099097 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 9 Jan 2023 12:49:43 +0000 Subject: [PATCH] Update file run_onchange_after_20-apply-settings.mjs.tmpl --- .../universal/run_onchange_after_20-apply-settings.mjs.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_20-apply-settings.mjs.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_20-apply-settings.mjs.tmpl index 07816a9b..74da98b6 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_20-apply-settings.mjs.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_20-apply-settings.mjs.tmpl @@ -3,10 +3,11 @@ // gnome config hash: {{ include (joinPath .host.home ".config" "desktop" "gnome.yml")| sha256sum }} // settings config hash: {{ include (joinPath .host.home ".config" "desktop" "settings.yml")| sha256sum }} -const execSync = require('child_process').execSync - {{ includeTemplate "universal/zx" }} +// Already included by the universal/zx template +// const execSync = require('child_process').execSync + async function loadThemeSettings() { try { const themeSettingsFile = `${process.env.HOME}/.config/desktop/settings.yml`