mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
@@ -283,6 +283,10 @@ Singleton {
|
||||
lines.push(`input_path = "${Quickshell.shellDir}/Assets/Templates/${app.input}"`);
|
||||
const expandedPath = client.path.replace("~", homeDir) + "/themes/noctalia-theme.el";
|
||||
lines.push(`output_path = "${expandedPath}"`);
|
||||
if (app.postProcess) {
|
||||
const postHook = escapeTomlString(app.postProcess(mode));
|
||||
lines.push(`post_hook = "${postHook}"`);
|
||||
}
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -316,7 +316,8 @@ Singleton {
|
||||
"id": "emacs",
|
||||
"name": "Emacs",
|
||||
"category": "editor",
|
||||
"input": "emacs.el"
|
||||
"input": "emacs.el",
|
||||
"postProcess": () => `emacsclient -e "(load-theme 'noctalia t)"`
|
||||
},
|
||||
{
|
||||
"id": "labwc",
|
||||
|
||||
Reference in New Issue
Block a user