oreo-cursors
  • Ruby 76%
  • Shell 18.1%
  • Makefile 5.9%
Find a file
2024-02-24 17:45:36 +00:00
cursors added already compiled cursors 2024-02-24 17:45:36 +00:00
generator add a default width for when not in a TTY 2022-08-29 15:12:19 -04:00
src some icons & symlinks from DMZ Cursors 2021-05-28 12:19:24 +04:00
.gitignore build files removed 2020-08-24 03:59:46 +05:30
AUTHORS update AUTHORS, update label color on pirate/wayland/x 2020-08-25 06:34:21 +04:00
build.sh added cursor.theme 2022-08-21 07:38:36 +04:00
cursor.theme added cursor.theme 2022-08-21 07:38:36 +04:00
LICENSE upload files 2020-02-16 11:04:15 +04:00
Makefile upload files 2020-02-16 11:04:15 +04:00
README.md update readme #19 2022-01-15 09:35:11 +04:00

Oreo Cursors

Install build version

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).

Manual Install

  1. Install dependencies:

    • git
    • make
    • inkscape
    • xcursorgen
  2. Run the following commands as normal user:

    git clone https://github.com/varlesh/oreo-cursors.git
    cd oreo-cursors
    ruby generator/convert.rb
    make build
    sudo make install
    

Note that on a i3 desktop processor, this might take 15 minutes to build all the 20 default cursors.

  1. Choose a theme in the Settings or in the Tweaks tool.

Generate user defined colours:

  1. Install dependencies:

    • ruby (Minimum version 2.4 is required)
  2. cd into the generator/ directory.

  3. Create a file called colours.conf with colourname and colour value in hex, separated with =. For example:

# Name = Colour LabelColour ShadowColour ShadowOpacity
black_mod = #424242 #FFF #222 0.4

# This is a comment

It's most likely to have some contents in the colours.conf, remove and insert lines according to your likings. Do note that if you don't specify the LabelColour, ShadowColour, ShadowOpacity, they will be default to #FFF, #000, 0.3 respectively.

  1. Run ruby convert.rb. This will convert your colours and map it to the cursors.

  2. Follow Manual Install for build and installation.