Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README formatting, whitespace and punctuation #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ A cursor theme for elementary OS.

These cursors are free artwork; you can redistribute them and/or modify them under the terms of the [GNU General Public License version 3](http://www.gnu.org/licenses/gpl.txt).

###Installing
### Installing

Copy the 'elementary' folder into '/usr/share/icons', then set your cursor theme using your favourite tool or:

gsettings set org.gnome.desktop.interface cursor-theme 'elementary'

But to make a system-wide change run the following:
But to make a system-wide change, run the following:

sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/elementary/cursor.theme 13
sudo update-alternatives --set x-cursor-theme /usr/share/icons/elementary/cursor.theme
Expand All @@ -20,21 +20,21 @@ Then log out and back in for the changes to take effect.

For manual installation, you may have to change the copied files' permissions (to 755) after copying in order to use the theme.

###Using the Source
### Using the Source

There are scripts to simplify the rendering process; to run them (and edit icons) you will need:

* inkscape
* python

To render the cursor theme from the [source plate](src/cursors/elementary.svg) you will need to run the render script in [src/cursors](src/cursors):
cd src/cursors

cd src/cursors
python renderpngs.py

Then make the theme by running the make script in the [src/cursors/pngs](src/cursors/pngs) folder:

cd src/cursors/pngs
cd src/cursors/pngs
bash make.sh

-----------
-----------