diff --git a/Modules/GifsLoader.qml b/Modules/GifsLoader.qml index 9562b2f..93cf8c0 100644 --- a/Modules/GifsLoader.qml +++ b/Modules/GifsLoader.qml @@ -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 ) diff --git a/README.md b/README.md index b17c5f3..87708fa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ ## 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"} diff --git a/shell.qml b/shell.qml index 44bec59..79074c9 100644 --- a/shell.qml +++ b/shell.qml @@ -26,7 +26,7 @@ PanelWindow { margins { left: 0 - bottom: 9 + bottom: 0 right: 0 top: 0 }