install.fairie/home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.tmpl
Brian Zalewski d48916dbb1 Update 3 files
- /home/dot_local/bin/executable_install-gnome-extensions
- /home/.chezmoiscripts/universal/run_onchange_after_99-restart-gnome.tmpl
- /home/.chezmoiscripts/_universal/run_onchange_before_10-remove-bloatware.tmpl
2023-01-24 11:29:33 +00:00

10 lines
207 B
Cheetah

{{- if eq .host.distro.family "linux" -}}
#!/usr/bin/env bash
### Restart GNOME
if command -v gnome-shell > /dev/null; then
logg info 'Reloading `gnome-shell`'
killall -3 gnome-shell
fi
{{ end -}}