https://github.com/w0lfschild/dockexposehighlight
:open_file_folder: MacForge plugin that changes the Expose highlight color on macOS
https://github.com/w0lfschild/dockexposehighlight
dock macos mysimbl plugin simbl tweak
Last synced: 5 months ago
JSON representation
:open_file_folder: MacForge plugin that changes the Expose highlight color on macOS
- Host: GitHub
- URL: https://github.com/w0lfschild/dockexposehighlight
- Owner: w0lfschild
- Created: 2017-02-20T02:42:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T05:17:23.000Z (almost 10 years ago)
- Last Synced: 2025-04-08T07:38:14.834Z (about 1 year ago)
- Topics: dock, macos, mysimbl, plugin, simbl, tweak
- Language: Objective-C
- Homepage: https://github.com/w0lfschild/MacForge
- Size: 377 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This is a [Parasite](https://github.com/ParasiteTeam) Extension that changes the color of selected window border in Exposé.

##Install
1. [Disable SIP](http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/) and [Install Parasite](https://github.com/ParasiteTeam/installer).
2. Get the code and compile:
```
git clone https://github.com/husile/DockExposeHighlight
cd DockExposeHighlight && xcodebuild
```
3. Copy the compiled bundle into `/Library/Parasite/Extensions` and restart Dock:
```
sudo cp -rfv build/Release/DockExposeHighlight.bundle /Library/Parasite/Extensions
killall Dock
```
##Uninstall
```
sudo rm -rfv /Library/Parasite/Extensions/DockExposeHighlight.bundle && killall Dock
```
Run Parasite installer again if you need to further uninstall Parasite.
##License
Do whatever you want. Please use it at your own risk.
##Note
El Capitan only. For older versions of OS X, please read [here](http://osxdaily.com/2010/08/30/change-the-expose-highlight-glow-color/).