diff --git a/hosts/common/configs/user/gui/theme/options.nix b/hosts/common/configs/user/gui/theme/options.nix index 9cb87cd..66c3425 100644 --- a/hosts/common/configs/user/gui/theme/options.nix +++ b/hosts/common/configs/user/gui/theme/options.nix @@ -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 {