Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Aug 20, 2022
1 parent 9662de5 commit bc89716
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 65 deletions.
Binary file modified @Resources/Version.inc
Binary file not shown.
Binary file added Load.lnk
Binary file not shown.
78 changes: 13 additions & 65 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,36 @@
<!-- START Header.mustache -->
<br />
<div align="center">
<a href="https://github.com/Jax-Core/IdleWebview">
<img src="https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Icons/IdleWebview.png" alt="Logo" width="180" height="180">
</a>

<h3 align="center">IdleWebview</h3>
<p align="center">
Stylized screensavers
<br />
<a href="https://discord.gg/JmgehPSDD6">Help, Report Bugs & Request Features »</a>
</p>
</div>

<!-- END Header.mustache -->
<!-- START ShieldsBasic.mustache -->
<p align="center">
<img alt="Latest by date" src="https://img.shields.io/github/v/tag/Jax-Core/IdleWebview?label=Version&style=for-the-badge" />
<img alt="Discord" src="https://img.shields.io/discord/880445067754610688?label=Discord%20server&style=for-the-badge" />
<img alt="Github" src="https://img.shields.io/github/license/Jax-Core/IdleWebview?style=for-the-badge" />
</p><!-- END ShieldsBasic.mustache -->

<!-- START About.mustache -->

## About

![IdleWebview](https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Splash/IdleWebview.png)

<!-- END About.mustache -->
**IdleWebview** offers fully customizable screensavers with custom animation support. Custom animations can be used to display a range of things such as images and videos. If you want people to notice the fancy side of your desktop, this is a must-have!
# Idle Webview
Use a URL to website or local files to display contents in a custom screensaver. Compatible with multiple displays.

<!-- START Features.mustache -->

## Features<!-- END Features.mustache -->
* Flawless Custom Animations
* Light Weight and Easy Manipulation
* Customizable Skin Groups
* Multiple Monitor Support

<!-- START GetStarted.mustache -->

## Getting Started
## Installation

### Prerequisites
- **Windows 10** or above
> For older systems, **Powershell v5.1 or newer** is required. Upgrade powershell **[here](https://docs.microsoft.com/en-us/powershell/scripting/windows-powershell/install/installing-windows-powershell?view=powershell-7.2#upgrading-existing-windows-powershell)**!
- WebView2 runtime (Should come with Windows 11)

### Installation
Run the following command in Powershell to download the latest version of JaxCore.

(To launch Powershell as an Admin: `Win + R` -> `powershell` -> Press `CTRL + SHIFT + ENTER` on your keyboard. Powershell can also be launched via Windows Search.)

Run the following command in Powershell
```
iwr -useb "https://raw.githubusercontent.com/Jax-Core/JaxCore/master/CoreInstaller.ps1" | iex
iwr -useb "https://raw.githubusercontent.com/EnhancedJax/IdleWebview/master/Installer.ps1" | iex
```

> Alternatively you can download it from the [website](https://jax-core.github.io/)
After you've proceeded through the welcome screen, select `IdleWebview` (might have to scroll down) and click `Install`. It will appear in the library page after that.
This will install Idle Webview along with Rainmeter, which is the framework for displaying the screensaver window and retrieving measure values.
<br />
<br />
<!-- END GetStarted.mustache -->
<!-- START Setup.mustache -->

### Configuration
Use the JaxCore menu to configure IdleWebview.
For more information, visit [JaxCore's documentation](https://jaxcore.gitbook.io/core/)
<br>
<br><!-- END Setup.mustache -->
<!-- START Footer.mustache -->
## Configuration
> The main folder is located at `%appdata%\Rainmeter\JaxCore\InstalledModules\IdleWebview`.
After installation, it will show a `.inc` file where you can edit the settings. After editing, click on the `Refresh.lnk` file in the main folder to apply the settings.
The style folder can be found at `%appdata%\Rainmeter\JaxCore\InstalledModules\IdleWebview\Launch\Styles\<style_name>`, however you can change the `URL` to anything, local or external.

## Need assistance?
* Join the [CoreCommunity Discord Server](https://discord.gg/JmgehPSDD6) for help
* or [Create an issue](https://github.com/Jax-Core/IdleWebview)

## Say Hi!
* Follow me on 👨‍💻 [Github](https://github.com/EnhancedJax) and stay updated on new things that I make
* You can also watch me on 🐦 [DeviantArt](https://www.deviantart.com/jaxoriginals) instead
* Message me on 🗨️ [Discord](https://discord.gg/JmgehPSDD6)

---

<p align="center">
<i>Made with ❤️ by Jax</i>
<br/><br/>
<img src="https://raw.githubusercontent.com/Jax-Core/ReadME-Template/main/Resources/Assets/Logo.png" width="32" height="32"/>
</p><!-- END Footer.mustache -->
</p><!-- END Footer.mustache -->
Binary file added Refresh.lnk
Binary file not shown.
Binary file added Unload.lnk
Binary file not shown.

0 comments on commit bc89716

Please sign in to comment.