From 809e7a5fe1749daf5dd81a02fbcb8ad677d44d66 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 18 Apr 2023 04:59:05 +0000 Subject: [PATCH] Update file run_onchange_after_99-restart-gnome.sh.tmpl --- .../universal/run_onchange_after_99-restart-gnome.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.sh.tmpl index 8308a7d3..2f44f7c1 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.sh.tmpl @@ -18,7 +18,7 @@ if [ -n "$HEADLESS_INSTALL" ] && command -v gnome-shell > /dev/null; then logg info 'Reloading `gnome-shell`' killall -3 gnome-shell else - logg info 'Manually reload `gnome-shell`' + logg info 'Manually reload `gnome-shell` to see changes' fi {{ end -}}