KZDKM / Hyprspace

Workspace overview plugin for Hyprland
GNU General Public License v2.0
523 stars 16 forks source link

Minor graphic issue #39

Closed Vagahbond closed 6 months ago

Vagahbond commented 6 months ago

Hey, thanks for the great plugin.

So there's this bug that I suspect is being due to scaling (1.6 on my config).

The border for the overlay panels shows up much higher than it should, as in attached screenshot :

2024-05-07T10:55:35,345799856+10:00

luyu-wu commented 6 months ago

Huh, I'm the one who implemented borders so this is probably on me! I'll see what I can do later today after school :)

luyu-wu commented 6 months ago

Hyprland broke hyprpm on the recent update too so I can't test my fix properly. The Makefile is also malfunctioning on my laptop (and wouldn't compile correctly for my version anyways). I can reproduce your error and it is indeed a scaling issue.

https://github.com/luyu-wu/Hyprspace-border/tree/main This should fix it, but I'm waiting for Hyprland to let me test it before I merge.

Sorry for the delay!

Vagahbond commented 6 months ago

Works for me on hyprland 0.40.0 :)

luyu-wu commented 6 months ago

Great! That's good to hear :) I'll just test it one more time once my hashes and hyprpm start working again then merge it.

Thanks for all the help with finding the issue btw!