Set default screen saver on macOS to Drift
This commit is contained in:
parent
010397002b
commit
1b58609440
2 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,6 @@ https://github.com/ytmdesktop/ytmdesktop
|
|||
https://github.com/leits/MeetingBar
|
||||
https://github.com/koekeishiya/skhd
|
||||
https://github.com/Ji4n1ng/OpenInTerminal
|
||||
https://github.com/pedrommcarrasco/Brooklyn
|
||||
https://github.com/objective-see/LuLu
|
||||
https://github.com/dwarvesf/hidden
|
||||
https://github.com/gao-sun/eul
|
||||
|
|
|
@ -951,6 +951,9 @@ for app in "Activity Monitor" \
|
|||
killall "${app}" &> /dev/null
|
||||
done
|
||||
|
||||
# Set Drift as default screen saver
|
||||
defaults -currentHost write com.apple.screensaver moduleDict -dict moduleName Brooklyn path "/System/Library/Screen Savers/Drift.saver"
|
||||
|
||||
logg success 'Done applying macOS settings'
|
||||
logg info 'Some of these changes may require a logout/restart to take effect'
|
||||
{{ end -}}
|
||||
|
|
Loading…
Reference in a new issue