Fix theme scripts not waiting
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -22,12 +22,16 @@ let
|
|||||||
--contrast ${builtins.toString cfg.contrast}
|
--contrast ${builtins.toString cfg.contrast}
|
||||||
|
|
||||||
${cfg.initExtraConfig}
|
${cfg.initExtraConfig}
|
||||||
|
wait
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
reload = pkgs.writeShellApplication {
|
reload = pkgs.writeShellApplication {
|
||||||
name = "theme-reload";
|
name = "theme-reload";
|
||||||
text = cfg.reloadExtraConfig;
|
text = ''
|
||||||
|
${cfg.reloadExtraConfig}
|
||||||
|
wait
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
theme = pkgs.writeShellApplication {
|
theme = pkgs.writeShellApplication {
|
||||||
|
Reference in New Issue
Block a user