Code Monkey home page Code Monkey logo

waifuized-time-lapsed-digital-clock's Introduction

preview

Waifuized-Time-Lapsed-Digital-clock

A wallpaper for wallpaper engine

Took from workshop Time lapse + 3D Digital Clock and enhanced with centered on clock rotation effects and 竜宮 礼奈 as background

How to install (for end users)

  1. Go to http://steamcommunity.com/sharedfiles/filedetails/?id=837960115 and subscribe
  2. The files of this wallpaper should be available at {Your steam library path}\SteamApps\workshop\content\431960

How to install (for devs)

  1. Go to wallpaper engine project folder

    cd {Steam library path}\SteamApps\common\wallpaper_engine\projects\myprojects
  2. Clone this repo

    git clone https://github.com/Uwy/Waifuized-Time-Lapsed-Digital-clock.git
  3. Start wallpaper engine and select this one and you're done, pretty much

How to change the background

  1. Put your picture in the img folder

  2. Open css/component.css in your favorite code/text editor

  3. Replace

    .demo-1 .large-header {
    	background-image: url('../img/rena.png');
    }

By

```css
.demo-1 .large-header {
	background-image: url('../img/{my picture name with extension }');
}
```

Where {my picture name with extension } is the picture you just put in the img folder

Note : Get a list of what's supported as an image at the MDN doc for this CSS attribute 4. Select another wallpaper in wallpaper engine and select this one back and voilà !

How to change clock position

  1. Open index.html in your favorite code/text editor
  2. Replace
<div style="position:absolute;left: 850px; top:70px;"  class="time" id="time" data-hours="" data-minutes="">  <div class="digit">

By

<div style="position:absolute;left: {x position}px; top: {y position}px;"  class="time" id="time" data-hours="" data-minutes="">  <div class="digit">

Where {x position} is the x offset in pixels from the left side of your screen And {y position} is the y offset in pixels from the top of your screen

  1. Select another wallpaper in wallpaper engine and select this one back and voilà !

waifuized-time-lapsed-digital-clock's People

Contributors

uwy avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.