0e9671a45fa07bb58bdf5f274e0c9889eb6e1ef7
Add explicit `drawing=on` to all workspace item states (initial creation, focused, non-empty, and empty) to prevent items from getting stuck with `drawing=off`. With `updates=when_shown`, items with `drawing=off` never run their update scripts, causing workspaces that start empty to never appear even when focused or given windows. Changes: - Add drawing=on to initial workspace creation (line 393) - Add drawing=on to focused workspace state (line 568) - Add drawing=on to empty workspace state (line 582) - Add drawing=on to non-empty workspace state (line 591) - Update comment for empty workspace to explain drawing=on usage This ensures workspace indicators automatically appear within 2 seconds when focused or given windows, without needing manual `sketchybar --update`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
Nix
81.3%
Emacs Lisp
10.8%
Shell
4.9%
Python
3%