Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrm1 authored Mar 2, 2023
1 parent e8e5777 commit 36dd62c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# MenuBarAppearance
Change the macOS system appearance from the menu bar
Simple menu bar app to change the macOS system appearance from the menu bar
<p align="Center">
<img width="146" alt="Main Window with Icon (Dark)" src="https://user-images.githubusercontent.com/52137472/222544403-1bcaf65d-6ff3-4a45-b7ed-f502b679a4b2.png">
<!-- <img width="162" alt="Main Window" src="https://user-images.githubusercontent.com/52137472/222543131-025f8275-4a3b-4c7c-8f62-28e3ca8c2e1d.png"> -->
<img width="156" alt="Main Window with Icon (Light)" src="https://user-images.githubusercontent.com/52137472/222544862-53ded5e8-0502-4eff-ba6d-34a417accafc.png">
</p>

## Building
1. You will need to add your own AppIcon.
2. Build in Xcode with `Product->Build`

## Running
### Requires macOS 13.0 or newer
1. Open app
2. Add to Login Items in System Preferences/Settings

This app is the successor to the Java-based StatusBarAppearanceToggle. It was much more useful before Control Center came to macOS, so I understand that it's a bit odd that I made this for macOS 13.0 or newer. I think it looks nice on my menu bar, though, so I'm uploading it here in case anyone else wants it.

0 comments on commit 36dd62c

Please sign in to comment.