The great Clearlooks look and feel for e17. Perfectly matches with GTK-Theme and elementary Icon Theme. For the elementary Icon Theme to work properly with efm and enlightenment convert the theme with the following command (needs librsvg2-bin):
for i in `find /home/yourname/.icons/elementary -depth -name '*.svg'`; do rsvg-convert $i -o `echo $i | sed -e 's/svg$/png/'`; done
You may then delete the old svg files with this command:
for i in `find /home/yourname/.icons/elementary -depth -name '*.svg'`; do rm $i; done
Enjoy ;)
Pierre1216
7 years ago
Two problems:
1) It does not show in the module list what module is loaded like the default E17 theme does.
2) Problem with EFM (and related wallpaper & theme list) the selected or active state: which file or theme is currently selected.
Can anybody help?
Thanks.
Report
futility
7 years ago
To see if module is loaded or not, you should see if enabled(activé) o disabled(désactivé) button is grayed or not. At least, I use these trick ;-)
Greets.
Report
futility
7 years ago
Thanks.
Alex.
Report