This commit is contained in:
2025-12-04 22:52:41 +01:00
parent 7d8037a82c
commit 62027782a7
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Repeater {
Component.onCompleted: x = xPos()
x: 0
y: Screen.height - ( height + 10 )
y: Screen.height - height
width: Math.floor( gif.sourceSize.width / 1.25 )
height: Math.floor( gif.sourceSize.height / 1.25 )
+7 -4
View File
@@ -5,7 +5,10 @@
</div>
## Feature to-do list
- [x] Hyprland keybind support (Swap between top/bottom/overlay)
- [x] Be able to click through your pet
- [] Dynamic pets
- [] Multiple pets
- [x] Hyprland keybind support
- [x] Swap Overlay <> Bottom
- [x] Swap Mouse area targetted -/+
- [x] Dynamic pets
- [x] Multiple pets
- [x] Config location ~/.config/I-DeskPet/config.json
{"gifFolder": "PATH"}
+1 -1
View File
@@ -26,7 +26,7 @@ PanelWindow {
margins {
left: 0
bottom: 9
bottom: 0
right: 0
top: 0
}