jonnieey

Results 21 comments of 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.

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...

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 ![2022-07-18-140441](https://user-images.githubusercontent.com/47189744/179498900-a04c20b2-ded1-4a17-bb89-8e98f65f45b9.png) 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.