Enjoying this site? Please to help keep the Snapstats.org lights on.
Description
This snap contains the complete set of Oxygen cursor themes (from both the oxygen-cursor-theme and oxygen-cursor-theme-extra packages) originally created for KDE 4. The cursors are available in numerous colors to match the style of any desktop.
Attributions
All credit goes to the original cursor developers of the KDE project and the package maintainers at Kubuntu.
Applying the theme
To apply the theme to a single application, perform the following:
sudo snap connect [snap-you-want-to-theme]:icon-themes oxygen-cursors:icon-themes
To apply to all applications run the following command. Thanks to @flexiondotorg for the handy loop.
for plug in $(snap connections | grep gtk-common-themes:icon-themes | awk '{print $2}'); do sudo snap connect ${plug} oxygen-cursors:icon-themes; done
NOTE: Some apps like the Ubuntu Snap Store may require logging out, and back in to load the changes.