pywal
pywal copied to clipboard
Pywal color change in fish shell
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?
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
i did it by
putting cat /home/username/.cache/wal/sequences
in .config/fish/config.fish