italo-amaya-utec

Results 2 comments of italo-amaya-utec

You can add options to exclude menu bar icons as well as a option to only query the api for the ui elements of the current app. Caching will also...

this is my ~/.hammerspoon/stackline/init.lua ''' -- Simplify requiring stackline from ~/hammerspoon/init.lua package.path = os.getenv'HOME' ..'/.hammerspoon/stackline/?.lua;' .. package.path return require 'stackline.stackline' ''' this is my ~/.hammerspoon/init.lua ''' require("hs.ipc") stackline = require...