The stock wicd icons on Devuan, at least for XFCE which is what I've used, look ugly as hell...
(The wicd icon is that green/ black blob square...)
So, in order to make it look more modern, like this:
Download the new subtle icons from
Alternate Wicd Tray Icons and then, on a Terminal do:
cd ~/Downloads/
and untar the downloaded file.
Then:
cd /usr/share/wicd/icons/hicolor/22x22/
And make a backup of the original icons:
sudo cp -r status status.ORIG
Copy the new icons, on this case, I'll be using the light colored ones, so:
sudo cp ~/Downloads/wicd-pale/* /usr/share/wicd/icons/hicolor/22x22/status/
If the dark icons were to be used, then:
sudo cp -R ~/Downloads/wicd-dark/* /usr/share/wicd/icons/hicolor/22x22/status/
After copying the files, changes are immediate.
Labels: Devuan, Devuan ASCII, links, Themes, Window Shopping, XFCE