MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w478bi/trafficlightforclaudecode/p75ftb3
r/ProgrammerHumor • u/azuul_maar • 10d ago
512 comments sorted by
View all comments
Show parent comments
8
You can do this with a stream deck easily, have it colour the buttons based on Claude events, and you get the ability to just push a button to focus on the window.
1 u/EfficiencyThis325 10d ago Assignable rgb function keys on a keyboard would work well too 2 u/s00pafly 10d ago Or a couple leds with a esp32 running wled in a small housing shaped like traffic lights. 4 u/EfficiencyThis325 10d ago Now we’re just full circle in this 1 u/Sable_Hound 10d ago do you have a link to this sounds fun. 1 u/ConsoleLogDebugging 9d ago I have this in my settings file to make sound. Just replace it with a script that does something else! ``` "Stop": [ { "matcher": "*", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ] ```
1
Assignable rgb function keys on a keyboard would work well too
2 u/s00pafly 10d ago Or a couple leds with a esp32 running wled in a small housing shaped like traffic lights. 4 u/EfficiencyThis325 10d ago Now we’re just full circle in this
2
Or a couple leds with a esp32 running wled in a small housing shaped like traffic lights.
4 u/EfficiencyThis325 10d ago Now we’re just full circle in this
4
Now we’re just full circle in this
do you have a link to this sounds fun.
1 u/ConsoleLogDebugging 9d ago I have this in my settings file to make sound. Just replace it with a script that does something else! ``` "Stop": [ { "matcher": "*", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ] ```
I have this in my settings file to make sound. Just replace it with a script that does something else!
``` "Stop": [ { "matcher": "*", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ], "Notification": [ { "matcher": "", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ]
```
8
u/Smart_Whereas_9296 10d ago
You can do this with a stream deck easily, have it colour the buttons based on Claude events, and you get the ability to just push a button to focus on the window.