-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blurry on 2k display #22
Comments
One of my monitors is 2K, and the icons are sharp as a razor. They may be blurry if you use fractional scaling, but this is the problem of GTK and Wayland. I can do nothing about it. |
as you can see no fractional scaling in my hyprland config |
github isnt updating;
this should not be in the fractional scaling category? |
With monitor scale: 2.00 icons appear blurry, indeed - even if it's not a fractional scaling. But there's nothing I could do about it. |
After a short investigation: we could achieve sharp icons on scaled displays by giving up on icon size in pixels and const (
ICON_SIZE_INVALID IconSize = C.GTK_ICON_SIZE_INVALID
ICON_SIZE_MENU IconSize = C.GTK_ICON_SIZE_MENU
ICON_SIZE_SMALL_TOOLBAR IconSize = C.GTK_ICON_SIZE_SMALL_TOOLBAR
ICON_SIZE_LARGE_TOOLBAR IconSize = C.GTK_ICON_SIZE_LARGE_TOOLBAR
ICON_SIZE_BUTTON IconSize = C.GTK_ICON_SIZE_BUTTON
ICON_SIZE_DND IconSize = C.GTK_ICON_SIZE_DND
ICON_SIZE_DIALOG IconSize = C.GTK_ICON_SIZE_DIALOG
) This is quite a fundamental and limiting change, that would need to be applied to all my stuff, not only the dock. I am not sure if I want to go into it for just a single issue reported. Also: gtk menus will still appear blurred. :/ |
Same. Icons look blurry on 1920x1200 screen with 1.6 scaling value. |
Would it be possible to make this a config option? |
Dock icons appear blurry hard to see in the image but it is very pixelated when not using something like 1920x1080p, this is noticeable on 2560x1600p
The text was updated successfully, but these errors were encountered: