On Sun, Dec 26, 2010 at 03:56:58PM -0600, Benjamin Slade wrote: > I'm curious about using favicon in Conkeror. > > Is there a way to set up the userChrome.css to display a site's favicon in the > .mode-line? And in the tree.completions in the minibuffer?
Those are interesting ideas. But userChrome.css has nothing to do with it. For favicon on the mode-line, one would write a mode-line widget. Complicated enough that I can't type it out from memory, but it shouldn't be hard to copy and modify one of the existing widgets. For displaying them in the completions area deeper hacks would be necessary, as I don't believe Conkeror provides any api for modifying the completions list. The tab-bar module supports favicons, while new-tabs does not. Tab-bar has two known bugs that lead most people to prefer new-tabs. We would like to merge these two modules into a single module which supports all features of both. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
