Skip to content

Souravgoswami/oreo-cursors

This branch is 38 commits ahead of, 4 commits behind varlesh/oreo-cursors:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9133204 Β· Jun 4, 2023
May 28, 2021
Jun 4, 2023
May 28, 2021
Oct 4, 2020
Jun 4, 2023
Aug 23, 2020
Aug 25, 2020
Feb 16, 2020
Oct 4, 2020
Oct 4, 2020
Oct 4, 2020
Jun 4, 2023

Repository files navigation

Oreo Cursors Screenshot Animated

Screenshot 1

https://www.pling.com/p/1360254/

Install build version πŸ“¦

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.

Manual Install πŸ“¦

  1. Install dependencies

    • git
    • make
    • ruby >= 2.4
    • inkscape
    • xcursorgen
  2. 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 
    

⚠️ Note that on an i3 desktop processor, this might take 45 minutes to build 20 cursors with all the sizes given.

⚠️ You can avoid building and just install what's already built by us!

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

Generate user defined colours and sizes 🎨

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

⚠️ More sizes means more time to build. It can take upto an hour to build 5 - 6 sizes.

⚠️ More sizes also means more disk space .

  1. Follow Manual Install for build and installation.

About

oreo-cursors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.6%
  • Shell 9.9%
  • Makefile 3.5%