Giter VIP home page Giter VIP logo

Comments (3)

typkrft avatar typkrft commented on August 23, 2024

It's certainly something I plan on fleshing out at some point. Life is pretty hectic at the moment. Unfortunately, I rarely have time to finish a personal project. If you have a particular question though I could probably point you in the right direction or give a quick explanation.

from chezmoi.

mamodev avatar mamodev commented on August 23, 2024

Don't worry i can definitely relate.
I saw your configuration of Yabai and skecthybar. I was wondering how you achived squared window borders and different window border color

from chezmoi.

typkrft avatar typkrft commented on August 23, 2024

Window Border Radius

References

Code

yabai -m config window_border              on                 \
                window_border_blur         off                \
                window_border_hidpi        on                 \
                window_border_width        2                  \
                window_border_radius       12                 \
                active_window_border_color $active            \
                normal_window_border_color $inactive          \
                insert_feedback_color      $insert

Window Border Colors

References

Code

yabai -m config window_border              on                 \
                window_border_blur         off                \
                window_border_hidpi        on                 \
                window_border_width        2                  \
                window_border_radius       12                 \
                active_window_border_color $active            \
                normal_window_border_color $inactive          \
                insert_feedback_color      $insert

Notes

Explanation For Colors

I am pulling the text referencing certain colors in from my .Xresources file. Storing them in a variable and calling the relevant yabai options with the aforementioned variables. This allows me to keep only a single reference point for colors across my dots. Though I haven't had a chance to implement that everywhere.

If you have any other questions feel free to ask!

from chezmoi.

Related Issues (1)

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.