Sebastian E. Ornig
Sebastian E. Ornig
Had the same error when trying to install latest version (1.0.5), but it worked with `pip install chatterbot==1.0.4`
I'm also having trouble accomplishing that. Changing the `text-color` for `textbox` to `inherit` and specifying a `text-color` for `message` allows me to change the color of the `Result:` field. However,...
Maybe one approach could be to replace `PaleVioletRed` with a variable. I have absolutely no idea how to make it configurable through config.rasi, but I could try to implement it...
A few hours of tinkering later... it works! #121 As I said, it's just a quick implementation, but it'll do for now. If someone wants to / is capable of...
Thanks, I was also trying to use `\n`. I added a line to the [wiki](https://github.com/Alexays/Waybar/wiki/Module:-Custom#:~:text=If%20you%20want%20to%20have%20multiline%20tooltips%2C%20use%20%5Cr%20in%20your%20script). As a side note, wikis can be edited by anyone.
That would probably be the ideal implementation, but as I said, I kind of don't know how to do it or where to start. Also, looking at the activity in...
Also, this is exactly the way `-hint-welcome` and `-hint-result` are currently implemented. If we eventually find a way to customize `-calc-error-color` through the config.rasi, then these could get reworked as...