Git Product home page Git Product logo

cinnamontools's Introduction

Platform: GNU/Linux Cinnamon: 5.0+ Gtk: 3.24+ Python: 3.7+

Cinnamon Tools

Applets/Extensions/Themes for the Cinnamon desktop environment.

Bug reports, feature requests and contributions must be done in GitLab GitLabLogo. Repository mirror: GitHubLogo

Dependencies

The application used in this repository to build xlets and several other tasks requires Python 3.7+ to be available in /usr/bin/python3. All xlets that are shipped with Python scripts to perform different tasks have the exact same requirement.

Additionally, each xlet can depend on certain commands to be available on PATH or packages to be installed on a system. These dependencies are listed in each xlet help pages. See Xlets help pages.

Building xlets

All xlets in this repository aren't directly usable, they need to be built. The same principle applies to the themes in this repository (they need to be built).

The app.py script found at the root of the repository is the application that takes care of the xlet building process. It has to be run from a terminal opened inside the repository's folder.

Examples

The following command starts a CLI (Command Line Interface) interactive menu from which one can select the xlets to build or build all xlets/themes at once. From this menu all building tasks are interactive and all chosen options are saved for later reuse.

$ ./app.py menu

CLI menu

The command bellow will perform the following actions:

$ ./app.py build_xlets --all-xlets --domain="domain.com" --output="$HOME/.local/share/cinnamon" --no-confirmation --restart-cinnamon
  • --all-xlets: Build all xlets found on the repository.
  • --output: All built xlets will be stored directly into Cinnamon's xlets storage for the current user.
  • --domain: The domain domain.com will be used as part of all xlets UUIDs.
  • --no-confirmation: All existent xlets will be overwritten without confirmation.
  • --restart-cinnamon: Cinnamon will be restarted when the build process is finished.

Note: Refer to the documentation for detailed command line usage.

The theme building process is interactive (the build process will ask for Cinnamon version, GTK+ 3/4 versions, etc.). There are 11 theme variants in this repository, but an infinite number of variants can be created. See How to create a custom theme variant?.

The command bellow will perform the following actions:

$ ./app.py build_themes --theme-name="MyThemeName" --output="$HOME/.themes" --no-confirmation --restart-cinnamon
  • Build all variants of the theme found on this repository.
  • --theme-name: MyThemeName will be used as part of the generated theme names. MyThemeName-ThemeVariant will be the final result.
  • --output: Themes will be stored into Cinnamon's themes storage for the current user.
  • --no-confirmation: All existent themes will be overwritten without confirmation.
  • --restart-cinnamon: Cinnamon will be restarted when the build process is finished.

Note: Refer to the documentation for detailed command line usage.

Xlets help pages

Most of the xlets in this repository come with help pages that describe their usage, Cinnamon version compatibility, list of dependencies (if any), list of contributors, change logs, etc. These help pages can be read on-line, before an xlet is actually installed on the system. Or they can be read off-line, after an xlet has been installed.

The help pages are standalone HTML files named HELP.html that can be found inside each xlet folder.

Applets help pages

Applet's help pages can be accessed from an applet context menu (item named Help).

Extensions help pages

The documentation of this repository is mainly a development documentation, but it also documents the xlets/themes building processes.

The documentation also has a Cinnamon tips & tricks section which describes some basic concepts and how to recover from an unresponsive Cinnamon session, amongst other things.

Redistribution

Anyone is free to redistribute any of the xlets in this repository as long as the following points are respected:

  1. Respect the license (GPL-3.0).
  2. Complete eradication of my name (Odyseus) from all xlets file names and files content.
  3. Complete eradication of references to this repository (or any of its mirrors) from all xlets files content.

cinnamontools's People

Contributors

odyseus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

driglu4it

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.