Skip to content

Instantly share code, notes, and snippets.

@ScottJWalter
Created April 9, 2024 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottJWalter/8944429981f7532767c700389602b0c8 to your computer and use it in GitHub Desktop.
Save ScottJWalter/8944429981f7532767c700389602b0c8 to your computer and use it in GitHub Desktop.
Set an icon for Obsidian AppImage (only for Linux users)
# ~/.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