How to Customize PasteNow's Status Menu Icon
PasteNow supports customizing the status menu icon to meet different users' personalization needs. Currently, this feature cannot be configured through the interface, but it's still very simple. If you want to customize it, please follow the steps below.
- • Prepare a 32x32 pixel PNG image with a transparent background and black foreground.
- • Open Finder, press CMD+SHIFT+G, enter the path ~/Library/Group Containers/KAQ3M6FSM7.app.pastenow.PasteNow/Library/ and press Enter.
- • Copy the prepared image to the opened directory, and name it statusMenuIcon.png
- • Open Terminal App (built-in macOS tool), enter this command:
defaults write ~/Library/Group\ Containers/KAQ3M6FSM7.app.pastenow.PasteNow/Library/Preferences/KAQ3M6FSM7.app.pastenow.PasteNow.plist statusIconName "file:///Users/$(whoami)/Library/Group Containers/KAQ3M6FSM7.app.pastenow.PasteNow/Library/statusMenuIcon.png"
- • After entering the command, restart PasteNow. You should see the new custom icon take effect.
Enjoy!