Other i3 uses default cursor on desktop and bar

For some reason, my i3 setup uses the default x11 black cursor when i hover over my polybar or over my desktop. I have no idea why, because (some) gtk apps (except for nwg-look) use the cursor I have set in ~/.gtkrc-2.0, ~/.Xresources, ~/.config/gtk-3.0/settings.ini, ~/.config/gtk-4.0/settings.ini, ~/.config/xsettingsd/xsettingsd.conf, ~/.icons/default/index.theme. xsetroot -cursor_name left_ptr sets it up correctly, but only for the desktop (not over my bar), and only until I open and close a window. What other config files do I have to change? nwg-look also for some reason uses the default one, I have no idea why.
 
Some combination of adding an the cursor theme and size to ~/.Xdefaults (already had it in .Xresources), adding xsetroot -cursor_name left_ptr to [FILE~/.xsession[/FILE], creating the system wide gtk3 config, and copying /usr/local/share/icons/Adwaita to ~/.icons fixed it.
 
Back
Top