From 595e33ce0607651fafb8f706819862f55e376625 Mon Sep 17 00:00:00 2001 From: Naoise Golden Date: Mon, 23 Sep 2019 17:41:21 +0200 Subject: [PATCH 1/2] .macos: Show date next to time in menu bar --- .macos | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.macos b/.macos index 69e0aaa97c1..ffb991b1a19 100755 --- a/.macos +++ b/.macos @@ -93,6 +93,9 @@ defaults write com.apple.helpviewer DevMode -bool true # in the login window sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName +# Show date and time in the menu bar +defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm" + # Disable Notification Center and remove the menu bar icon launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null From e95adabf28a972e9f43d17218055ca8675437eab Mon Sep 17 00:00:00 2001 From: Naoise Golden Santos Date: Mon, 21 Oct 2019 11:25:49 +0200 Subject: [PATCH 2/2] Fix typo --- .macos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.macos b/.macos index ffb991b1a19..f86b01ed406 100755 --- a/.macos +++ b/.macos @@ -94,7 +94,7 @@ defaults write com.apple.helpviewer DevMode -bool true sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName # Show date and time in the menu bar -defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm" +defaults write com.apple.menuextra.clock "DateFormat" "EEE MMM d H.mm" # Disable Notification Center and remove the menu bar icon launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null