stackline icon indicating copy to clipboard operation
stackline copied to clipboard

Visualize yabai window stacks on macOS. Works with yabai & hammerspoon.

Results 42 stackline issues
Sort by recently updated
recently updated
newest added

@alin23 created an _amazing_ feature that dynamically determines indicator color based on the _specific luminosity of region of desktop background_ above which the indicator is displayed. Really impressive! This feature...

enhancement

On Big Sur, app icons will _already be in a round rect_ by default, so stackline probably doesn't need to inset icons in _another_ round rect. I assume we can...

enhancement

Add the following in `~/.config/yabai/yabairc`: ```shell yabai -m signal --add event=space_changed action="hs -A -c 'stackline.manager:update({forceRedraw = true})'" ``` **Optional** — comment out these lines to avoid a double redraw: https://github.com/AdamWagner/stackline/blob/215b35d383a6d120e9969415d4b6c29bde0cac81/stackline/stackline.lua#L146-L156...

Hi, I have Stackline installed and with the following config. ```lua hs.inspect(stackline.config) { __index = , autosuggestions = { "features.dynamicLuminosity", "appearance.offset.x", "appearance.iconDimmer", "appearance.shouldFade", "appearance.dimmer", "appearance.vertSpacing", "features.fzyFrameDetect.enabled", "appearance.fadeDuration", "paths.yabai", "features.winTitles", "appearance.color.white",...

With an `init.lua` file like the following, ```lua stackline = require "stackline" stackline:init { appearance = { offset = { x = 10 } } } ``` I see many...

The bottom of the readme mentions two different repo paths to a license file. Both are missing.

Add note for Apple Silicon users to override config and specify the new location for yabai

Used to just print: ``` ** Warning: LuaSkin: hs.task:launch() Unable to launch hs.task process: launch path not accessible ``` Now it prints the full command it was trying to run...