Update file run_onchange_after_20-apply-settings.mjs.tmpl
This commit is contained in:
parent
cd9bca8e0a
commit
1687920231
1 changed files with 3 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue