Menu bar tweaks

This commit is contained in:
Oliver Davies 2020-01-15 00:12:57 +00:00
parent bc3059a698
commit 99f73fe86f

View file

@ -1,11 +1,25 @@
--- ---
- name: Hide the menu bar by default - name: 'Menu bar: Hide by default'
osx_defaults: osx_defaults:
domain: 'Apple Global Domain' domain: 'Apple Global Domain'
key: _HIHideMenuBar key: _HIHideMenuBar
type: bool type: bool
value: true value: true
- name: 'Menu bar: Show battery'
osx_defaults:
domain: com.apple.menuextra.battery
key: ShowPercent
type: string
value: yes
- name: 'Menu bar: Show date'
osx_defaults:
domain: com.apple.menuextra.clock
key: DateFormat
type: string
value: 'EEE d MMM HH:mm'
- name: Check for software updates daily, not just once per week - name: Check for software updates daily, not just once per week
osx_defaults: osx_defaults:
domain: com.apple.SoftwareUpdate domain: com.apple.SoftwareUpdate