Commit Graph

5 Commits

Author SHA1 Message Date
outfoxxed 0fa58f189b
core: fix reported display resolutions when fractionally scaled (#10)
Qt appears to have no way to retrieve the pixel size sent by wayland,
as it overrides it with the logical size and will not return the
physical one.
2024-10-17 12:15:07 +01:00
outfoxxed 00beba904f
core: use qt libraries and follow qml module conventions (#8)
* core: use qt libraries and follow qml module conventions

Uses a qml module instead of a context property.
Replaces usages of std and hyprutils with qtbase where applicable.
Removes dependencies: hyprutils, wl-copy, whoami, uname.
Rolls c++ version back to 20, as 23 isn't currently required for anything.

* core: use hyprutils and std again
2024-10-15 11:38:31 +01:00
outfoxxed 52a32d3afe
core: use QApplication and respect user theme choice (#6)
Fixes qqc2-desktop-style usage
2024-10-14 00:26:29 +01:00
Vaxry a0d09b1fd6 core: add desktop file 2024-10-13 18:39:47 +01:00
Vaxry a264ee9d76 core: initial commit 2024-10-13 16:48:22 +01:00