d48916dbb1
- /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
10 lines
207 B
Cheetah
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 -}}
|