After setting up as suggested by Joe, I would suggest the creation of app using Automator to run the applescripts to kill the finder and reload it again, at each login.
The steps are:
1. Open Automator app from Applications folder.
2. Select the Actions tab and then select "Run Applescript" from the long list of actions.
3. In the right window, copy the following applescript steps and save the app as say "coloricons"
------------------------
on run
quit application "Finder"
repeat while application "Finder" is running
delay 0.5
end repeat
launch application "Finder"
end run
--------------------------
4. Open System Preferences, open Users & Groups and under your user id / log-in items tab - add the "coloricons" app - so that it is excuted at each log-in.
This has worked great for me - both on my iMac desktop and MBP. There is no need for Totalfinder if one is sticking to Finder.