Git Product home page Git Product logo

Comments (4)

ashfinal avatar ashfinal commented on July 19, 2024 1

Sorry, got something else to do.
The commit history has been restored, and idle_to_which option should works now.
Thanks for your patience. :)

from awesome-hammerspoon.

ashfinal avatar ashfinal commented on July 19, 2024

To set mode block to be auto-hidden, see the manual's Customization's Global options.
Create the file ~/.hammerspoon/private/awesomeconfig.lua and put the line below into it:

idle_to_which = "hide"

To set it's default appearance and location, well ... unfortunately at present there are no those options provided. But they can be done if you're brave enough to get your hands dirty :)
There are two global objects you can access: modal_bg and modal_show, which represent mode block's background and text respectively.
Open your hammerspoon console, input this:

modal_bg:setFrame(hs.geometry.rect(0,0,170,19))
modal_bg:setAlpha(0.5)

The disadvantage is these settings are not persisted.

from awesome-hammerspoon.

MagisDing avatar MagisDing commented on July 19, 2024

@ashfinal Thx for your reply. I've added
idle_to_which = "hide"
to the file, but it only works after reloading config every time, which is quite weird.

from awesome-hammerspoon.

ashfinal avatar ashfinal commented on July 19, 2024

Last night I'm so idiot to force push, losing some commits. :(
I'm trying to restore them now. Keep clam and wait for some time.
It should be available by tomorrow morning.
Sorry for the inconvenience.

from awesome-hammerspoon.

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.