25 lines
545 B
Markdown
25 lines
545 B
Markdown
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
h3 {text-align: center;}
|
|
p {text-align: center;}
|
|
</style>
|
|
</head>
|
|
|
|
<h3> Pet March (Evernight) </h3><br />
|
|
<p>My selfmade desktop pet using QT. </p>
|
|
|
|
<div align="center" style="margin: 0px 30px 0px 0px;">
|
|
<img src=./Assets/evernight.gif />
|
|
</div>
|
|
|
|
## Feature to-do list
|
|
- ToggleLayer: swap layer between bottom and top
|
|
- ToggleOverlay: swap layer between bottom and overlay
|
|
- Auto pet resize
|
|
- Hyprland keybind support
|
|
- Add multiple pets
|
|
- Add moveability to pets with mouse inputs
|
|
- Multimonitor support
|