Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.84 KB

readme.md

File metadata and controls

42 lines (30 loc) · 1.84 KB

winBuddy fork to change window border colors

winBuddy

preview

Information:

  • Designed for 10.9+
  • winBuddy is a SIMBL plugin that stylizes application window on macOS
  • Author: w0lfschild

functionality:

  • Hide/Show window Shadow
  • Hide/Show window Title Bar
  • Hide/Show Menubar Bar and Dock when application is active
  • Add window border
    • window border changes color for active window

Note:

  • Some applications may look odd
  • Some applications are blacklisted by default including Notification Center and LoginWindow
  • winBuddy functionality is controlled form the window menu in individual applications

Installation:

  1. Download mySIMBL
  2. Download winBuddy
  3. Unzip downloads
  4. Open winBuddy.bundle with mySIMBL.app
  5. Restart any application to have winBuddy plugin loaded

License:

Pretty much the BSD license, just don't repackage it and call it your own please!
Also if you do make some changes, feel free to make a pull request and help make things more awesome!

Customization, building and installation

In winbuddy.m, toward the bottom of the document, you'll see "[NSColor blackcolor]" and "[NSColor redcolor]". Those are what you wanna change. Figure out which colors you want the inactive, and active window borders to be (predefined colors). Also you can find "border width" somewhere in that document, change that to whatever you want. In xcode choose "build for running" and then find your new bundle in ~/Library/Developer/Xcode/DerivedData, and put that into your simbl folder.