All Projects → snwh → Suru Icon Theme

snwh / Suru Icon Theme

Licence: other
The source of the Suru icon and cursor set

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Suru Icon Theme

Suru Plus Ubuntu
Suru++ Ubuntu — An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (-81.44%)
Mutual labels:  ubuntu, icons, icon-theme
Adwaita Plus
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
Stars: ✭ 89 (-80.57%)
Mutual labels:  ubuntu, icons, icon-theme
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (-77.95%)
Mutual labels:  ubuntu, desktop, icons
Yaru Plus
Yaru++, an elegant and modern third-party icons theme, based on Ubuntu's Yaru
Stars: ✭ 59 (-87.12%)
Mutual labels:  ubuntu, icons, icon-theme
la-capitaine-android
📱 La Capitaine icons on Android!
Stars: ✭ 17 (-96.29%)
Mutual labels:  icons, icon-theme
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (-62.66%)
Mutual labels:  ubuntu, desktop
icons
Simple, minimal line, and clean icon pack in vector formats — free for public use.
Stars: ✭ 24 (-94.76%)
Mutual labels:  icons, icon-theme
ubuntu-first-steps
First steps with Ubuntu
Stars: ✭ 36 (-92.14%)
Mutual labels:  ubuntu, desktop
Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (-82.75%)
Mutual labels:  ubuntu, desktop
graublau-gimp-theme
Modern gray-blue icon theme for the GIMP
Stars: ✭ 25 (-94.54%)
Mutual labels:  icons, icon-theme
numix-icon-theme-square
Linux packaging for Numix Square
Stars: ✭ 143 (-68.78%)
Mutual labels:  icons, icon-theme
Oranchelo Icon Theme
🍊 Oranchelo icon theme by http://zayronxio.deviantart.com/
Stars: ✭ 292 (-36.24%)
Mutual labels:  icons, icon-theme
Suru Plus
Suru++ 25 — A cyberpunk, elegant, futuristic and Papirus-like third-party icons theme
Stars: ✭ 269 (-41.27%)
Mutual labels:  ubuntu, icons
Moka Icon Theme
Moka Icon Theme
Stars: ✭ 450 (-1.75%)
Mutual labels:  icons, icon-theme
Clarity
Customizable Monoshape Vector Icon Theme for GTK+
Stars: ✭ 37 (-91.92%)
Mutual labels:  icons, icon-theme
Papirus-Nord
Custom colors for folder icons for Papirus Icon Theme!
Stars: ✭ 61 (-86.68%)
Mutual labels:  icons, icon-theme
Atomos
JS-based Linux desktop environment.
Stars: ✭ 42 (-90.83%)
Mutual labels:  ubuntu, desktop
Desktopify
Convert Ubuntu Server for Raspberry Pi into a Desktop
Stars: ✭ 400 (-12.66%)
Mutual labels:  ubuntu, desktop
yaru-remix
My Novice approach for yaru-remix
Stars: ✭ 57 (-87.55%)
Mutual labels:  ubuntu, icons
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (-26.86%)
Mutual labels:  ubuntu, desktop

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.

Included scripts are free software licenced under the terms of the GNU General Public License, version 3.

Installing & Using

You can build and install Suru from source using Meson.

# 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:

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

sudo ninja -C "build" uninstall

Once uninstalled you can reset your icon and cursor theme to the default setting by running the following.

# 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 regarding contributions.

Alternatively, if you would like to support development by making a donation you can do so here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].