danielwerg

Results 89 comments of danielwerg

I think `--text` _should_ work without `--disable-progress` option enabled. I would like to be able to see both progress bar and percentage value when changing volume. Related: - https://github.com/francma/wob/issues/72 -...

Would be nice to have `[keybinds]` section in config to customize it.

i have this issue as well, didn't had time to investigate/report, values from https://github.com/psi4j/sunsetr/issues/21#issuecomment-3283511786 solved it for me.

sounds like #432

I had this issue with ``` uBQQt4!YyW~3Wq\6`+*lwd~7g ``` password, change it to long alpha-numeric one and it disappeared.

~Just noticed that `--inline` is defaults to `false`, but there was no mention of that in `--help`.~

Never mind, apparently config is updated with the latest values from cli. Weird behavior, is there a way to prevent this?

What the difference between `config` and `profile` in your example? I want to have two (potentially more) different configs/profiles for work and family, they would have different colors and timezones...

Oh, you want to change config structure to something like this: ```jsonc { "config_version": "2.0", "profiles": [ { "name": "default", ... }, { "name": "work", ... } ] } ```