https://www.pling.com/p/1360254/
The cursors can also be found under dist/ directory. Copy them to ~/.icons/ (only available to $USER) or /usr/share/icons/ (available to all users).
Alternatively run make install
as root to copy them to /usr/share/icons.
-
Install dependencies
- git
- make
- ruby >= 2.4
- inkscape
- xcursorgen
-
Run the following commands as a regular non-root user
git clone https://github.com/varlesh/oreo-cursors.git cd oreo-cursors make build # installs the cursor to /usr/share/icons/ # To uninstall, remove the /usr/share/icons/oreo_* directories sudo make install
- Choose a theme in the Settings or in the Tweaks tool.
- Edit the file cursors.conf with colour name and colour value in hex:
black_mod = color: #424242, label: #FFF, shadow: #222, shadow-opacity: 0.4, stroke: #fff, stroke-opacity: 1, stroke-width: 1
# Lines with # are skipped.
Also read the comments in cursors.conf for more details.
To add custom size, use:
sizes = 24, 32, 40, 48, 64
(make build
automatically runs all the necessary files)
- Follow Manual Install for build and installation.