Wallpaper Engine

Wallpaper Engine

68 ratings
Todo List
   
Award
Favorite
Favorited
Unfavorite
Type: Web
Age Rating: Everyone
Genre: Anime
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
13.580 MB
Aug 7, 2018 @ 8:37am
1 Change Note ( view )

Subscribe to download
Todo List

Description
简单的计划清单,点击时钟部位切换背景图。
13 Comments
John Bugdiver Mar 9 @ 8:56am 
Is it not working anymore?
Tried to click "Please enter your task" to write some task but nothing can be clicked
MuffyCZ May 2, 2023 @ 5:31am 
How to change language:
1. Close wallpaper engine and open the location of the wallpaper in *Steam\steamapps\workshop\content\431960\1469275840
2. Open file index.html in Notepad. Rewrite every Chinese sentence you see there to your language (use some translator, I recommend {LINK REMOVED}
3. Save and enjoy :)


BTW, Chinese sentences are in the second part of the index file, it starts with <body id="bg" @click="changeBg"
Love this game <3 Jun 6, 2022 @ 11:52am 
Hi, is it normal that I can't scroll down when I have a lot of tasks ?
焦茶 May 7, 2020 @ 1:46am 
自定义背景图
1.把自己的背景图扔到img目录下
2.在img目录下新建一个bat文件,写入
DIR *.* /B >list.tmp
for /f "delims=" %%i in ('findstr /i ".jpg .png" list.tmp') do set /p v=""img/%%i","<nul>> list.txt
del list.tmp

3.把img目录下list.txt中的文本(除了最后一个逗号)复制到index.html中494行的中括号里,重启壁纸。
SledgeHammer Apr 17, 2020 @ 1:27pm 
Part 1/3
To make it English edit the file "index.html" in something like:
NotePad++

replace line 376 - 387 I suggest making a backup and check the indents are still correct (replace * with a space did this because post killed the indents):
SledgeHammer Apr 17, 2020 @ 1:27pm 
Part 2/3
************<input type="text" @click="foo" @keyup.enter="addTodo" v-model="newTodo" placeholder="Add a new task" title="Add A New Task!" required/>
************<button id="submit" @click="addTodo">Add</button>
********</section>
********<ul id="todolist">
************<li v-for="(todo,index) in todos" :class="{'todoC':todo.completed}" @click="todo.completed=!todo.completed">
****************{{todo.task}}
****************<button class="todoR fa fa-times" @click.stop="removeTodo(index)"></button>
************</li>
********</ul>
********<div id="info">
************<p id="remaining">{{itemsTodo.length}} Tasks To Complete!</p>
************<a href="#" id="clear" @click.prevent="clearCompleted" v-show="itemsDone.length">Clearance of completed tasks</a>
SledgeHammer Apr 17, 2020 @ 1:27pm 
Part 3/3


And Line 442:
var plan = window.prompt("Please Enter Your Task.");


To change the images you can either edit Line 492 that handles the look name. name formate like so "img/File.FileType" to your file names
or just dump in you images and name them the same (also will have to be same format, check line 492 for that as there are a mix of png & jpg)

Hope this helps
P.S in case you where stupid like me click on the clock to cycle the wallpaper XD
woNflA Nov 10, 2019 @ 2:30pm 
I forget the exact steps, but essentially you take the html, drag it into a notepad, find the words you want to edit, and change them to english. Nothing fancy or special, just make sure to save it.
3DJ.Eland Nov 10, 2019 @ 9:19am 
@Blackwolf04 if u still know how to chance the language would you plz be so kind to put intruction as a comment here so other poeple can also get there language. i already thank u
woNflA Oct 3, 2019 @ 9:31pm 
@Pown_Edge I have found out how to edit the language, so if you are still curious I can show you how.