From cd3a9b06fbf104fd155a1d47663e54606769edc8 Mon Sep 17 00:00:00 2001 From: ByteDream <63594396+ByteDream@users.noreply.github.com> Date: Thu, 6 May 2021 02:02:15 +0200 Subject: [PATCH] Create README.md --- firefox-icon-fix/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 firefox-icon-fix/README.md 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 +```