You are not logged in.
i have installed qt5ct and qt6ct on my archinstalled hyprland, none of those display the papirus icons properly and dont use them
Offline
Have you told your environment to use this?
For example Niri needs this
"QT_QPA_PLATFORMTHEME" "qt6ct"It seems hyprland needs this
QT_QPA_PLATFORMTHEME=qt6cthttps://bbs.archlinux.org/viewtopic.php?id=300251
Last edited by SimonJ (2026-08-11 15:19:15)
Rlu: 222126
Offline
i do have this in my hyprland.lua
hl.env("XCURSOR_SIZE", "48")
hl.env("HYPRCURSOR_SIZE", "72")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("QT_QPA_PLATFORMTHEME", "qt5ct")
hl.env("QT_STYLE_OVERRIDE", "kvantum")
hl.env("LIBVA_DRIVER_NAME","nvidia")
hl.env("XDG_SESSION_TYPE","wayland")
hl.env("GBM_BACKEND","nvidia-drm")
hl.env("__GLX_VENDOR_LIBRARY_NAME","nvidia")
hl.env("__NV_PRIME_RENDER_OFFLOAD","nvidia")
hl.env("WLR_NO_HARDWARE_CURSORS","1")
hl.env("AQ_DRM_DEVICES","/dev/dri/card0:/dev/dri/card1")
but even the qt5ct app doesn't show the papirus icons
Offline
You did set the icons in qt5ct and qt5ct?
Offline
the thing is that even when i open qt5ct and qt6ct, the papirus icons option does show up only the names. the icon preview shows something else
Offline
Offline
Did you miss the warning at the top, you need to configure it to work, is hyprland not using qt6? If so you need to set and use the qt6 versions.
Rlu: 222126
Offline
You see that the variables are not applied. The two applications tell you so.
Does it tell you what's missing from the configuration?
Offline
yup i did this
hl.env("XCURSOR_SIZE", "48")
hl.env("HYPRCURSOR_SIZE", "72")
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("QT_QPA_PLATFORMTHEME", "qt5ct")
--hl.env("QT_STYLE_OVERRIDE", "kvantum")
the error was only for the kvantum override. i fixed that by commenting it and changing the theme from qt6ct itself and that's fine and all but the icons are still like in the images i shared
Offline
Why are you not using the qt6ct platform theme?
What makes you think the theme is "wrong"?
Looks pretty much like the action icons in https://github.com/PapirusDevelopmentTe … er/Papirus ?
Offline