Coder Social home page Coder Social logo

Comments (5)

WatermelonDriveway avatar WatermelonDriveway commented on July 22, 2024 2

@jeremiahwright

you can compile the xcode project yourself and change the border size, and color for active/inactive windows

from winbuddy.

ErraticFox avatar ErraticFox commented on July 22, 2024

Any update on this? It's kind of funny to think that there's still no solution for this other than to edit source and compile.

from winbuddy.

sealevelcain avatar sealevelcain commented on July 22, 2024

@jeremiahwright @ErraticFox

If you're not looking to edit/recompile, window managers like chunkwm/kwm can achieve this. Their primary function is to offer tiling, but you could set your windows to float/behave as normal and just adjust the colours/width in the config files.

from winbuddy.

WatermelonDriveway avatar WatermelonDriveway commented on July 22, 2024

Since I got the confused react, I'll explain how I change the colors.

git clone the repo, and open up the xcode project file in xcode. 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, and use color snapper to 'pick' them, with command+alt+c i think. Use what color snapper gives you for "ObjC NSColor RGB", something like "[NSColor colorWithSRGBRed:0.173 green:0.176 blue:0.149 alpha:1.000]" Red color is the active window border, and black color is inactive, replace those. 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.

from winbuddy.

blahsd avatar blahsd commented on July 22, 2024

Is it possible to have border.borderColor read from a config file? That would make it possible to have dynamic border colors for those who use system wide colorschemes

from winbuddy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.