dylanaraps / pywal

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

Pywal color change in fish shell #693

Open AmithKumar1 opened 1 year ago

AmithKumar1 commented 1 year ago

How to make pywal change color with real time background image? That is, when wallpaper changes pywal's color should change automatically in fish shell

For KDE am using , grep 'Image=' ~/.config/plasma-org.kde.plasma.desktop-appletsrc | sed 's/Image=//' this to fetch image

Can someone tell how can I write the code?

mysy00 commented 1 year ago

Hey. You might want to check this PR: https://github.com/dylanaraps/pywal/pull/568

If you want to configure it by using the main project, you could make a postrun script. Something like this here: https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/setbg which adds custom templates from here https://github.com/LukeSmithxyz/voidrice/tree/master/.config/wal

golam71 commented 1 year ago

i did it by putting cat /home/username/.cache/wal/sequences in .config/fish/config.fish