Created
April 9, 2024 23:58
-
-
Save ScottJWalter/8944429981f7532767c700389602b0c8 to your computer and use it in GitHub Desktop.
Set an icon for Obsidian AppImage (only for Linux users)
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
# ~/.local/share/applications/Obsidian.desktop | |
[Desktop Entry] | |
Type=Application | |
Name=Obsidian | |
Comment=Knowledge Management Application | |
Exec=</path/to/the.obsidian/appimage/file> | |
Icon=</path/to/the/required/icon/file.png> | |
Terminal=false | |
StartupWMClass=obsidian |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment