Open ElishaAz opened 5 months ago
According to https://wiki.archlinux.org/title/Cursor_themes, at least some UI-toolkits / DE use XCURSOR_PATH to search for cursor themes.
XCURSOR_PATH
Setting this argument in /bedrock/etc/bedrock.conf as follows let me have cross-stratum cursor theme:
/bedrock/etc/bedrock.conf
PREFIX:XCURSOR_PATH = /bedrock/cross/icons:/usr/local/share/icons:/usr/share/icons:~/.local/share/icons
(Tested with Plasma DE with the icon theme on Artix, with firefox-esr on Alpine).
According to https://wiki.archlinux.org/title/Cursor_themes, at least some UI-toolkits / DE use
XCURSOR_PATH
to search for cursor themes.Setting this argument in
/bedrock/etc/bedrock.conf
as follows let me have cross-stratum cursor theme:(Tested with Plasma DE with the icon theme on Artix, with firefox-esr on Alpine).