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}
|
||||
|
||||
${cfg.initExtraConfig}
|
||||
wait
|
||||
'';
|
||||
};
|
||||
|
||||
reload = pkgs.writeShellApplication {
|
||||
name = "theme-reload";
|
||||
text = cfg.reloadExtraConfig;
|
||||
text = ''
|
||||
${cfg.reloadExtraConfig}
|
||||
wait
|
||||
'';
|
||||
};
|
||||
|
||||
theme = pkgs.writeShellApplication {
|
||||
|
Reference in New Issue
Block a user