macos-provisioning/roles/macos/tasks/menu-bar.yml
Oliver Davies 5a748113b0 Move macOS tasks into the role
Further cleanup and categorisation needed.

#7
2020-01-15 00:20:01 +00:00

23 lines
428 B
YAML

---
- name: Hide by default
osx_defaults:
domain: 'Apple Global Domain'
key: _HIHideMenuBar
type: bool
value: true
- name: Show battery percentage
osx_defaults:
domain: com.apple.menuextra.battery
key: ShowPercent
type: string
value: yes
- name: Show the current date
osx_defaults:
domain: com.apple.menuextra.clock
key: DateFormat
type: string
value: 'EEE d MMM HH:mm'