Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Foggalong/hardcode-fixer
Fixes Hardcoded Icons
https://github.com/Foggalong/hardcode-fixer
Last synced: 3 months ago
JSON representation
Fixes Hardcoded Icons
- Host: GitHub
- URL: https://github.com/Foggalong/hardcode-fixer
- Owner: Foggalong
- License: gpl-3.0
- Created: 2014-04-18T21:59:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T19:08:29.000Z (about 1 year ago)
- Last Synced: 2024-06-18T06:32:49.517Z (5 months ago)
- Language: Shell
- Size: 442 KB
- Stars: 285
- Watchers: 15
- Forks: 50
- Open Issues: 36
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - Foggalong/hardcode-fixer - Fixes Hardcoded Icons (Shell)
README
# 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. 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 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)