-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement: add gitee and jsdelivr resource url (#371)
* Improvement: add gitee and jsdelivr resource url * Assign git_locate through cyclic check Original change by @nooop3 had it assigned as an environment variable, but probably more useful to have them directly checked as fallbacks. This also sets up the infrastructure to have the local version as the ultimate fallback. * Updated readme to make curl req. obvious Co-authored-by: Edward Guan <[email protected]> Co-authored-by: Joshua Fogg <[email protected]>
- Loading branch information
1 parent
f812186
commit 0b84acf
Showing
2 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# Hardcoded Icon Fixer | ||
|
||
This program aims to be a safe, easy and standardised solution to the problem of hardcoded application icons in Linux. All it is is [this one bash script](https://github.com/Foggalong/hardcode-fixer/blob/master/fix.sh) - simply copy it to somewhere on your PC and run. Use ```./fix.sh -h``` for help. | ||
This program aims to be a safe, easy and standardised solution to the problem of hardcoded application icons in Linux. All it is is [this one bash script](https://github.com/Foggalong/hardcode-fixer/blob/master/fix.sh) - simply copy it to somewhere on your PC and run. If you're an Arch user it's also available in the [AUR](https://aur.archlinux.org/packages/hardcode-fixer-git/). | ||
|
||
If you're an Arch user it's also available in the [AUR](https://aur.archlinux.org/packages/hardcode-fixer-git/). | ||
The script requires `curl` to download the latest '[to-fix](https://github.com/Foggalong/hardcode-fixer/blob/master/tofix.csv)' list from GitHub (else Gitee or jsDelivr if that fails). | ||
|
||
### More information: | ||
+ An indepth explanation of [what, why & how](https://github.com/Foggalong/hardcode-fixer/wiki/What,-Why-&-How) | ||
|
||
### More Info | ||
Use `./fix.sh -h` for help, or otherwise consult [the wiki](https://github.com/Foggalong/hardcode-fixer/wiki) for: | ||
|
||
+ An indepth explanation of [what, why, & how](https://github.com/Foggalong/hardcode-fixer/wiki/What,-Why-&-How) | ||
+ [Use instructions](https://github.com/Foggalong/hardcode-fixer/wiki/Instructions) | ||
+ Supported [application list](https://github.com/Foggalong/hardcode-fixer/wiki/App-Support) | ||
+ Information on [theme support](https://github.com/Foggalong/hardcode-fixer/wiki/Theme-Support) |