SegoCode / AutoWall

🌌 Live wallpapers on Windows 7/8/10/11 using open-source wallpaper engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoWall discord

About

Turn videos, gifs and webs into windows live wallpapers. The most simple and useful Weebp implementation in autoit.

⚠️ This software has only been tested on Windows 10 and may not be fully compatible with other versions of Windows. Some features may not be available. For Windows 7 users, please follow the guide at https://github.com/Francesco149/weebp#windows-7-prerequisites

Features

  • Portable.
  • Browse your gif or video files.
  • Reset button to reverse all and delete config files.
  • Set your wallpaper on windows startup.

(1.2+)

(1.3+)

(1.8+)

(1.9+)

  • AutoWall videos will stop when wallpaper is not visible (even if not playing any games).

(1.10+)

(1.12+)

Web wallpaper

Set any web to wallpaper, copy url and paste on text field, also Youtube videos.

  • Set Youtube video as a wallpaper using this url format;

https://www.youtube.com/embed/(VIDEO_ID)?autoplay=1&loop=1&mute=1&playlist=(VIDEO_ID)

For add sound change the mute value (&mute=1) to zero (&mute=0)

  • Set shadertoy as a wallpaper using this url format;

https://www.shadertoy.com/embed/(ID)?gui=false&t=10&paused=false&muted=true

For add sound change the mute value (&mute=true) to true (&mute=false)

Configure performance

AutoWall works with mpv, the configuration is available in "/mpv/" folder with the name "mpv.conf" editing with notedpad you can, for example, play the music of your live wallpaper changing the value "volume" to "100".

Follow the official mpv documentation to configure all performance parameters.

Multiple screens

Autowall is sigle screen focused but Autowall 1.10+ now includes the highly anticipated multiscreen mode, which is currently in early beta and may have some bugs or issues. If you have multiple screens, Autowall will automatically detect this and offer you the option to run in multiscreen mode. Please note that this feature is a work in progress and may not support all single screen mode features, such as "Stop when Wallpaper is not visible" or "Web wallpaper." If you encounter any issues or have suggestions for improvement, please open an issue.

Config autowall

Autowall uses a configuration file that can be easily modified to customise how the application behaves, allowing you to set the following values:

redResetButton

  • When set to false, the "reset" button retains its default color. If set to true, it changes the color of the "reset" button to a cool red.

autoPauseFeature

  • When set to true, the auto-pause feature is enabled, causing videos to stop when the wallpaper is not visible. If set to false, this feature is disabled, allowing videos to continue playing regardless of wallpaper visibility.

mouseToWallpaper

  • When set to true, mouse input is allowed to interact with the wallpaper, enabling features like having the wallpaper follow the cursor or change its perspective. If set to false, mouse input does not affect the wallpaper.

allFilesAllowed

  • When set to false, the application restricts the file types that can be chosen for selecting a wallpaper file. If set to true, all file types are allowed in the popup for choosing a wallpaper file.

askMultiScreen

  • When set to false, the popup for multi-screen configuration is disabled. If set to true, the application considers multiple screens if detected and may prompt for multi-screen configuration.

forceWebview

  • When set to false, Autowall uses WebView for rendering only when necessary. If set to true, Autowall is forced to always use WebView for rendering.

autoYoutubeParse

  • When set to false, Autowall does not automatically parse the YouTube URL in fullscreen mode. If set to true, it will be parsed.

forceMouseToWallpaper

  • When set to true, the mouse always be sent to the wallpaper when the webview was running. If set to false, only with youtube links, it will not launched.

Lives wallpapers for AutoWall

List of sites to find and download the perfect live wallpaper for use in AutoWall;
https://mylivewallpapers.com/

https://wallpaperwaifu.com/

https://moewalls.com/

http://openings.moe/

https://www.shadertoy.com/

https://livewallpapers4free.com/

https://gfycat.com/gifs/search/live+wallpaper/

https://steamcommunity.com/workshop/browse/?appid=431960

https://www.deviantart.com/rainwallpaper/gallery/

Direct download

https://github.com/SegoCode/AutoWall/releases/

Articles about AutoWall

https://www.ghacks.net/2020/10/19/autowall-is-an-open-source . . .

https://www.genbeta.com/deskmod/esta-aplicacion-gratuita . . .

About

🌌 Live wallpapers on Windows 7/8/10/11 using open-source wallpaper engine

License:GNU General Public License v3.0


Languages

Language:AutoIt 86.3%Language:HTML 13.7%