remememe9k downloadsAdd dynamic live wallpapers (images/videos) to your workspace with customizable effects
Live Background Plugin helps you customize Obsidian’s appearance by adding animated or static backgrounds to your notes.
Supported file formats:
.jpg,.jpeg,.png,.gif,.mp4,.webm,.avif
Important: In this version, the old
wallpaperfolder has been replaced with a newwallpapersfolder.
Any unused files in the old folder may have been automatically removed during the migration process.
Day/Night Mode
Automatically switch between two wallpapers based on local time (default: 8 AM / 8 PM).
You can configure the exact time ranges in the plugin settings.
Weekly Mode
Assign a different wallpaper for each day of the week.
Wallpapers are automatically changed based on the current weekday.
Auto-Rotate Mode
Automatically cycles through wallpapers at a configurable time interval.
Advanced customization may require CSS knowledge.
Advanced Transparency
Define CSS selectors and override theme variables to control transparency.
This helps the wallpaper appear behind the interface without making the text hard to read.
--background-primary --col-bckg-mainpanelsCustom Background Color
Modal Background Effects Customize how modals look.
Note: The built-in CSS editor has been removed in recent versions of the plugin to prevent accidental overwriting of user styles during updates. For full control, please use the snippet method described above.
If you're looking for a graphical interface to tweak theme/plugin variables, try these community plugins:
Tip: You may need to use developer tools (Ctrl + Shift + I) to inspect selectors and variables in your theme.

main.js, manifest.json, and styles.css to the following directory:
/plugins/live-wallpaper/You can also install the plugin directly through the Community Plugins section in Obsidian.
Dark Theme Recommended
Requires version 1.1.0+ and works on both desktop (Windows/macOS/Linux) and mobile
Note: The plugin now supports mobile devices in addition to desktop platforms.
Contributions are welcome! If you'd like to help improve the plugin whether by fixing bugs, adding new features, or optimizing performance feel free to:
git clone https://github.com/remememe/Live-Wallpaper.git
cd Live-Wallpaper
npm install
npm run build
Your contributions are greatly appreciated!!