Add Mica-like background effect for Obsidian on Windows, using your wallpaper as the background.
- Download: Download
main.js
andmanifest.json
from GitHub Releases. - Install: Make a folder
obsidian-pseudo-mica
in your Obsidian plugins folder, then copy the downloaded files inside the new folder. - Enable: In Obsidian, go to Settings -> Community plugins and enable the "Pseudo Mica".
The plugin performs the following actions:
- Adds the
is-translucent
class to the<body>
, replicating the "Translucent window" setting on macOS, which makes all panels transparent. - Retrieves the system desktop wallpaper and applies it as the
background-image
onbody::before
.
Since Windows does not fully support is-translucent
, you may need to manually adjust your theme for Pseudo Mica to function correctly.