mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Matugen: Add post_hook for ghostty and kitty
This commit is contained in:
@@ -97,11 +97,13 @@ Singleton {
|
||||
}, {
|
||||
"name": "ghostty",
|
||||
"path": "Terminal/ghostty",
|
||||
"output": "~/.config/ghostty/themes/noctalia"
|
||||
"output": "~/.config/ghostty/themes/noctalia",
|
||||
"post_hook": "pkill -SIGUSR2 ghostty"
|
||||
}, {
|
||||
"name": "kitty",
|
||||
"path": "Terminal/kitty.conf",
|
||||
"output": "~/.config/kitty/themes/noctalia.conf"
|
||||
"output": "~/.config/kitty/themes/noctalia.conf",
|
||||
"post_hook": "kitten themes --reload-in=all noctalia"
|
||||
}]
|
||||
|
||||
terminals.forEach(function (terminal) {
|
||||
|
||||
Reference in New Issue
Block a user