GithubHelp home page GithubHelp logo

lomapur / moka-icon-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from snwh/moka-icon-theme

0.0 2.0 0.0 463.2 MB

Moka Icon Theme

Home Page: http://snwh.org/moka

License: Other

Makefile 2.08% Shell 1.11% M4 3.01% Python 93.80%

moka-icon-theme's Introduction

Moka Icon Theme

Moka is a stylized Linux desktop icon set, designed to be clear, simple and consistent.

Moka Icon Theme (the icon assets and sources) are licensed under a Creative Commons Attribution-ShareAlike 4.0 license.

Any bundled software is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

###Getting the Source

The original source for Moka Icon Theme can be found here. You can clone the latest version from the git repository:

git clone https://github.com/moka-project/moka-icon-theme.git

###Using the Source

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

  • inkscape
  • python3

To render new icons from their source SVG files, run the following from within the /src subdirectory:

./render-bitmaps.py
./render-bitmaps-hidpi.py

If it's throwing an error, the script may not be executable, try:

chmod +x render-bitmaps.py
chmod +x render-bitmaps-hidpi.py

This script will look in the source directories /src/* and render the respective icons (provided there are changes).

Afterwards, the rendered icons need to be installed. To do this, you may just copy the Moka directory to ~/.local/share/icons/Moka. However, if you, lets say, added an icon named web-example and want to install only this particular icon, then you should run

find -name 'web-example.png' -exec cp --parents {} ~/.local/share/icons/ \;

from inside of this repository's root directory.

###Building/Installing Moka

You can build and install the theme from source or run the included install script.

bash autogen.sh
make
sudo make install

moka-icon-theme's People

Contributors

ampersam-git avatar kostrykin avatar hexcube avatar johnbeard avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.