diff options
author | Teddy Wing | 2020-11-11 21:40:36 +0100 |
---|---|---|
committer | Teddy Wing | 2020-11-11 21:40:36 +0100 |
commit | 97d01d671897d7ad62fbf23674c9cdd6275714b0 (patch) | |
tree | b3a61c9470d51b7aab2062bb69381ca646bdb53d /README.md | |
parent | d38e63917884734e6a26604b820002c640c8e692 (diff) | |
download | macosx-replace-system-icons-master.tar.bz2 |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0833d5c --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +macosx-replace-system-icons +=========================== + +Replace the Mac OS X system icons. The `icons.sh` script is an automated way to +customise icons in the vein of [CandyBar] and [LiteIcon]. It can be used to +apply an icon set like the stylish [Agua] from the [Iconfactory]. + + +## Usage +Create a directory called `Icons` at the root of the repository, and copy the +icon files into it. The script may need to be modified to add or remove icon +references as desired. + +The following bundles will be backed up and icons they contain will be replaced: + +* `/System/Library/CoreServices/Dock.app` +* `/System/Library/CoreServices/CoreTypes.bundle` +* `/System/Library/Extensions/IOStorageFamily.kext` +* `/System/Library/Extensions/IOSCSIArchitectureModelFamily.kext` +* `/System/Library/Extensions/IOCDStorageFamily.kext` +* `/System/Library/Extensions/IODVDStorageFamily.kext` +* `/System/Library/Extensions/IOBDStorageFamily.kext` + +Icon caches are then cleared. In order to load the new icons, the computer must +be restarted. + +If the replacement icns files don't include the required icon sizes, the new +icons won't load correctly. For example, the Agua icons include seven size +variants while Mac OS X 10.12 Sierra's have 10 variants. The +`icns-millefeuille.sh` script will try to add the missing variants by scaling +larger variants down. It works for Agua icons, but may not work out of the box +for others. + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[CandyBar]: https://panic.com/blog/candybar-mountain-lion-and-beyond/ +[LiteIcon]: https://freemacsoft.net/liteicon/ +[Agua]: https://freeware.iconfactory.com/preview/agua +[Iconfactory]: https://iconfactory.com/ |