An open API service indexing awesome lists of open source software.

https://github.com/chris1111/mac-disk-icon

Create Mac Disk Icon as a PNG image
https://github.com/chris1111/mac-disk-icon

macos macos-icon macosx

Last synced: 2 months ago
JSON representation

Create Mac Disk Icon as a PNG image

Awesome Lists containing this project

README

        

# Mac Internal, External, Removable Disk Icon (PNG)
- [x] `Create Internal Disk Icon:`
```bash
sips -s format png /System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/Internal.icns --out $HOME/Desktop/DiskInternal.png
```

- [x] `Create External Disk Icon:`
```bash
sips -s format png /System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/External.icns --out $HOME/Desktop/DiskExternal.png
```

- [x] `Create Removable Disk Icon:`
```bash
sips -s format png /System/Library/Extensions/IOStorageFamily.kext/Contents/Resources/Removable.icns --out $HOME/Desktop/DiskRemovable.png
```

- It will create on Desktop --> the image in 1024px You can convert the image on any image format.

DiskDiskRemovable
DiskExternal