https://github.com/collinmurch/macos-spaces
A menubar app to see which desktop space is currently focused on MacOS.
https://github.com/collinmurch/macos-spaces
desktop display macos menubar menubar-app spaces swift
Last synced: 3 days ago
JSON representation
A menubar app to see which desktop space is currently focused on MacOS.
- Host: GitHub
- URL: https://github.com/collinmurch/macos-spaces
- Owner: collinmurch
- Created: 2019-01-21T01:35:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T22:43:33.000Z (about 6 years ago)
- Last Synced: 2025-02-02T22:32:07.604Z (3 months ago)
- Topics: desktop, display, macos, menubar, menubar-app, spaces, swift
- Language: Swift
- Homepage:
- Size: 2.43 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Macos-Spaces
README
# macos-spaces
A simple application that displays which desktop space is currently focused, like many Linux distributions.
## Examples
Dark Mode

Light Mode

***
## Installation
Download zip file from latest release: [Releases](https://github.com/collinmurch/macos-spaces/releases/)
After downloading, unzip and place application in /Applications.
I haven't gotten it signed yet, so you also have to go to System Preferences and allow apps from all developers.
_Optional:_ Add as a login item for your user in System Preferences to open on startup.
***
## Known Issues
* When changing the order of desktop spaces, macos-spaces can take several minutes to recognize that a change in the order has taken place
* Multi-monitor support may or may not work
***
Thanks to: [WhichSpace](https://github.com/gechr/WhichSpace), for demonstrating how to observe when dark mode is switched to light mode and vice-versa.