Replies: 1 comment
-
It is fairly straightforward to create a template for pywal. There is an example template for dwm here: You'd just need to expand that to include additional colour schemes depending on what you use. This naturally requires compilation and restart to take effect. As for Xresources there is this template: The resources that dwm-flexipatch reads can be found here: Lines 19 to 117 in 30f6e5c When you have created your template then you need to place it somewhere where pywal can read it. For me that was under You can test with a single entry, e.g.
and when you use wal to change the colour scheme a corresponding file should be placed under
In your #include ".cache/wal/dwm.Xresources" Naturally you will also need to reload resources. $ xrdb ~/.Xresources and reload resources within dwm either by a kill signal, keybinding or one of the IPC methods. The main challenge will be to choose which colours to assign to which resource in order to get a half decent end result. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
in these 2 days, I tried to make templates for Xresources yet I couldn't find how would I apply pywal colors on them. have anyone of you made a Dwm or Xresources templates?
Beta Was this translation helpful? Give feedback.
All reactions