jonnieey
jonnieey
@ayoisaiah Like not during a session or a break, when a sesion or a break ends. For example, when we transition from a task session to a break session, play...
Or maybe allow user to run custom commands for each transition or event. eg `--short-break-cmd = paplay beep.mp3`
Just tested, doesn't work as expected. If you only have two windows it doesn't work. Also if you use many windows eg. sand box/layouts.py it doesn't work as it should.
Sure, thanks.
Well, if you have a script with an error, it becomes difficult to exit out of sc-im as it keep on reading the script. Can the READ trigger be called...
Okay thanks.
Also was tring to implement a simple math intent ``` [DoMath] operators = ($hass/math) {operator} nums = (0..999) {num1} {num2} ``` I tried to use `(0..99999999)` but it's too large....
built nushell and installed nushell from git (using bash install-all.sh script ) changed shell to /usr/bin/nu (chsh -s /usr/bin/nu) $USER  Using arch linux, st terminal (suckless) > help commands...
> @jonnieey It looks like you have a font that doesn't support line drawing and your table_mode is set to rounded. Thanks. My locale variables were causing the issue, `let-env...
Okay, thanks.