Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snwh/suru-icon-theme
The source of the Suru icon and cursor set
https://github.com/snwh/suru-icon-theme
desktop freedesktop icon-theme icons ubuntu
Last synced: about 1 month ago
JSON representation
The source of the Suru icon and cursor set
- Host: GitHub
- URL: https://github.com/snwh/suru-icon-theme
- Owner: snwh
- License: other
- Archived: true
- Created: 2017-08-30T18:49:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T08:50:28.000Z (about 6 years ago)
- Last Synced: 2024-08-07T18:43:18.546Z (5 months ago)
- Topics: desktop, freedesktop, icon-theme, icons, ubuntu
- Language: Python
- Homepage: https://snwh.org/suru
- Size: 37.4 MB
- Stars: 466
- Watchers: 31
- Forks: 52
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
Suru Icons & Cursors
====================This project is a revitalization of the Suru icon set that was designed for Ubuntu Touch. The principles and styles created for Suru now serve as the basis for a new FreeDesktop icon theme.
## Copying or Reusing
This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).
The Suru icon assets (any and all source `.svg` files or rendered `.png` files) are licenced under the terms of the [Creative Commons Attribution-ShareAlike 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/).
Included scripts are free software licenced under the terms of the [GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.txt).
## Installing & Using
You can build and install Suru from source using Meson.
```bash
# build
meson "build" --prefix=/usr
# install
sudo ninja -C "build" install
```By default it installs to `/usr/` but you can specify a different directory with a prefix like: `/usr/local` or `$HOME/.local`.
After which you should be able to pick Suru as your icon or cursor theme in GNOME Tweak tool, or you can set either from a terminal with:
```bash
# set the icon theme
gsettings set org.gnome.desktop.interface icon-theme "Suru"
# or the cursor theme
gsettings set org.gnome.desktop.interface cursor-theme "Suru"
```### Uninstalling Suru
To uninstall Suru, simply run the following. (If you installed it without superuser priveleges just omit the `sudo`.)
```bash
sudo ninja -C "build" uninstall
```Once uninstalled you can reset your icon and cursor theme to the default setting by running the following.
```bash
# reset icon theme to default
gsettings reset org.gnome.desktop.interface icon-theme
# reset cursor theme to default
gsettings reset org.gnome.desktop.interface cursor-theme
```## Contributing
Contributions are obviously welcome! If you would like to contribute to this project, please have [read this](/CONTRIBUTING.md) regarding contributions.
Alternatively, if you would like to support development by making a donation you can do so [here](https://snwh.org/donate).