You are not logged in.
For some reason my cursor theme does not work on certain windows(such as polybar). Running lxappearance fixes that but it is never a permanent fix. What is causing this?
Last edited by kormpu (2020-12-26 20:02:31)
Offline
Something…
https://bbs.archlinux.org/viewtopic.php?id=57855
What do you see intead, did you configure the theme in ~/.Xresources and when and how do you load that database?
https://wiki.archlinux.org/index.php/Cursor_themes
Online
It looks like it is showing the default adwaita black cursor instead. My Xresources file wasn't there anymore so I remade it and put
Xcursor.theme: Breeze_Hackedin it
Unfortunately though, it doesn't seem to be loaded by xrdb when running xrdb -load .Xresources
Offline
xrdb -qnb. that loading the resources will not impact running processes.
Online
Yea I knew that but I put it in my xinitrc it wasn't doing it either.
Offline
Xrdb is showing it to have loaded the cursor in xrdb -q.
btw, what do you mean by "nb."?
Offline
"nota bene"
Please post your xinitrc and the output of "xrdb -q" (or your xresources)
Online
Offline
Your xinitrc is broken (last link below…) but that's not the problem (would have if you'd forked the xrdb call)
What could be a problem is the explicit "Xcursor.size: 30", esp. if the theme doesn't provide a 30px cursor.
What happens w/o that?
Alternatively "Breeze_Hacked" might be incomplete. Source? Do you have the Breeze theme as well (assuming this is inherited and just altered for few cursors)
Online
Commenting the size line didn't change anything. I have breeze, breeze-gtk, breeze-icons, and breeze-hacked-cursor-theme installed.
Offline
breeze-hacked-cursor-theme apparently has at least one dead link and It doesn't eg. "Inherits=Breeze" in the "[Icon Theme]" definition.
Do you have the same problems w/ eg. Breeze? What if you inherit that theme and fix the stale symlink?
Online
If i set the theme to "Breeze" in .Xresources and the gtk3.0 settings, it seems to just use the "kde classic" theme for everything except what was using adwaita before(that stuff is still using adwaita).
Offline
This one?
https://aur.archlinux.org/packages/polybar/
What else (maybe there's a pattern)?
Online
currently I have polybar-git installed but have been unable to update it due to Cmake erroring with
CMake Error at lib/xpp/CMakeLists.txt:75 (message):
Missing required python module: xcbgenBut it's not just programs like polybar, it's also the root window, where it displays the adwaita cursor when im just hovering over my desktop/wallpaper.
Some other programs that use the adwaita cursor are: minecraft, nvidia-settings, gimp, and nautilus
Last edited by kormpu (2020-12-26 19:19:38)
Offline
Does it update for
xsetroot -cursor_name right_ptr(this intentioanally reverses the direction, assuming you're currently using the left_ptr)
Online
that does fix it (though it's the wrong direction as you said).
Offline
"left_ptr" - does that return to the adwaita cursor?
Online
Nope, already tried that before your post and it makes everything function like you would expect with the cursor being using on everything.
Offline
Put it into your xinitrc.
Edit: https://wiki.archlinux.org/index.php/Cu … ult_cursor
For the records, when we're talking about the adwaita cursor, is that something that looks like an arrow or something like a cross "x"?
Last edited by seth (2020-12-26 19:34:03)
Online
It's not the X cursor it's the actual left_ptr that adwaita uses that you can see if you were to look at it in lxappearance.
Thanks for the help, I'll mark it as solved
Last edited by kormpu (2020-12-26 20:02:45)
Offline