Fernando Vásquez

Results 62 comments of Fernando Vásquez

I will spin up a Pop live USB and see what I can do On Tue, 28 Jul 2020 at 07:32, Graham wrote: > Can reproduce on a Pop live...

use the user keywords feature to redefine color0, most wpgtk templates use color0 instead of the background key value {color0} #customcolor this should do the trick -- Fernando Vásquez On...

that is deprecated you should have a `~/.config/wpg/keywords.conf` where you can add that ``` [default] color0 = #202020 ```

what version of wpgtk are you using? `wpg --version`

well override both `color0` and `background` doesn't affect even your terminal? remember to reapply the theme after that, and paste logs if possible ``` [default] color0 = #2D2D2D background =...

could you please share the base file you wish to affect with this change, I think that might be the problem, what terminal are you using?

https://github.com/dylanaraps/pywal/blob/master/pywal/templates/colors-konsole.colorscheme this is what you're trying to override, so instead of overriding `color0`, override `color0.rgb` with a comma separated rgb value `42,42,42` so: ``` [default] color0 = #2D2D2D background =...

That's a really appreciated comment, and thanks for taking the effort to actually make it work on BSD, I will see if I can find the time to actually make...

I think I know what is happening, it's definitely a bug though, a temporary fix is: after adding the image (which you've already done) leave the folder with the image...