dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.22k stars 311 forks source link

Tutorial for xrdb patch DWM #727

Open Apep-the-snek opened 4 months ago

Apep-the-snek commented 4 months ago

https://dwm.suckless.org/patches/xrdb/ Request for tutorial on how to make this work with .Xresources in the Customization wiki

Apep-the-snek commented 4 months ago

I did try to do it myself, but with no success: here is what i tried: in .Xresources i put #include "/home/<USER>/.config/wal/templates/xresources-dwm" and i added the file xresources-dwm to the ~/.config/wal/templates directory with the contents:

dwm.normbordercolor: {color8}
dwm.normbgcolor: {color0}
dwm.normfgcolor: {color15}
dwm.selbordercolor: {color15}
dwm.selbgcolor: {color2}
dwm.selfgcolor: {color15}

but it doesn't work.