mirror of
https://github.com/bytedream/scripts.git
synced 2025-05-09 20:25:12 +02:00
Create README.md
This commit is contained in:
parent
5fc8d2562c
commit
cd3a9b06fb
24
firefox-icon-fix/README.md
Normal file
24
firefox-icon-fix/README.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user