engage_intellect
engage_intellect
Append to which file? rofi is reading from '~/.cache/wal/colors-rofi-dark.rasi' , and gets overwritten each time pywal is ran and a new colorscheme is generated.
I made a new file in ~/.config/rofi/config.rasi that points to ~/.cache/wal/colors-rofi-dark.rasi and now the colors work. Thank you for getting me on the right track. Now I just have to...
Thank you! I'll pull down those changes. Thank you for the fast response and commit.
> > ``` > > > element-text, element-icon { > > > background-color: inherit; > > > text-color: inherit; > > > } > > > ``` > > >...
Ok, I figured it out. I also needed to append the lines you provided. To; /usr/lib/Python3.9/site-packages/pywal/templates/colors-rofi-dark.rasi After doing this (as root) the lines are no longer rewritten each time pywal...
> > > > Also you can define custom templates in `~/.config/wal/templates`. See https://github.com/dylanaraps/pywal/wiki/User-Template-Files > > > > I am using a template and I appended the necessary lines. >...
> > > > I believe I had to append those same lines to "/use/lib/python3.9/site-packages/pywal/templates/colors-rofi-dark.rasi" > > > > > > I'm working atm but I can double check what...
@Rich-Harris , sorry about that. Updated. 👍
Same problem here. I can get the data I want in a local console, and it will render to the DOM for a split second until I get hit with...
> Same problem here. I can get the data I want in a local console, and it will render to the DOM for a split second until I get hit...