Read.md
This commit is contained in:
@@ -25,7 +25,7 @@ Repeater {
|
|||||||
Component.onCompleted: x = xPos()
|
Component.onCompleted: x = xPos()
|
||||||
|
|
||||||
x: 0
|
x: 0
|
||||||
y: Screen.height - ( height + 10 )
|
y: Screen.height - height
|
||||||
width: Math.floor( gif.sourceSize.width / 1.25 )
|
width: Math.floor( gif.sourceSize.width / 1.25 )
|
||||||
height: Math.floor( gif.sourceSize.height / 1.25 )
|
height: Math.floor( gif.sourceSize.height / 1.25 )
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Feature to-do list
|
## Feature to-do list
|
||||||
- [x] Hyprland keybind support (Swap between top/bottom/overlay)
|
- [x] Hyprland keybind support
|
||||||
- [x] Be able to click through your pet
|
- [x] Swap Overlay <> Bottom
|
||||||
- [] Dynamic pets
|
- [x] Swap Mouse area targetted -/+
|
||||||
- [] Multiple pets
|
- [x] Dynamic pets
|
||||||
|
- [x] Multiple pets
|
||||||
|
- [x] Config location ~/.config/I-DeskPet/config.json
|
||||||
|
{"gifFolder": "PATH"}
|
||||||
|
|||||||
Reference in New Issue
Block a user