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).
-
Install dependencies:
- git
- make
- inkscape
- xcursorgen
-
Run the following commands as normal user:
git clone https://github.com/varlesh/oreo-cursors.git cd oreo-cursors make build sudo make install
Note that on a i3 desktop processor, this might take 15 minutes to build all the 20 default cursors.
- Choose a theme in the Settings or in the Tweaks tool.
-
Install dependencies:
- ruby
-
cd into the generator/ directory.
-
Create a file called colours.conf with colourname and colour value in hex, separated with =. For example:
spark_dark = #222
spark_red = #ff5555
spark_blue = #55ffff
spark_pink = #ff50a6
spark_orange = #FFA726
spark_green = #4E9A06
spark_purple = #912BFF
It's most likely have some contents, remove and insert lines according to your likings.
-
Run
convert.rb
. This will convert your colours and map it to the cursors. -
Follow Manual Install for build and installation.