diff --git a/firefox-icon-fix/README.md b/firefox-icon-fix/README.md new file mode 100644 index 0000000..831d7f1 --- /dev/null +++ b/firefox-icon-fix/README.md @@ -0,0 +1,24 @@ +## Firefox Icon Fix + +This changes the firefox icon to whatever image you want. +The [default image](firefox-icon-fix/firefox-icon-fix.png) is Senko from the anime 'The Helpful Fox Senko-san'. +If you want to change the image, just replace 'firefox-icon-fix.png' with the image you want. Your image **has to be** named 'firefox-icon-fix.png' too. + +Since the script uses softlinks to reduce space, make sure you never delete or change this directory if it is on your disk and you have fixed the icons with the script. + +#### Usage + +Fix icons: +```console +$ ./firefox-icon-fix.sh +``` + +Unfix icons (restore the real ones): +```console +$ ./firefox-icon-fix.sh unfix +``` + +Re-fix icons after firefox update (the icons are sadly getting resetted after every firefox update): +```console +$ ./firefox-icon-fix.sh --overwrite +```