GithubHelp home page GithubHelp logo

atomic-yakuake's Introduction

Atomic Theme in Yakuake Terminal

Open Source Love contributions welcome Python27 Build Status

Atomic Yakuake Themes Collections

These themes were designed for version 3 of Yakuake

Compile themes

Python Script to convert SVG to PNG

You can compile SVG files from the comfort of your terminal by running the script that is in this repository.

This script contains an order for inkscape that compiles the svg files for a specific screen:

cmd = ("inkscape --export-png={0} --export-dpi=96 "
         "--export-background-opacity=0 --without-gui {1}").format(outf,
                                                                   inf)

you can edit this line --export-dpi=96 where you need to know the amount of dpi for the resolution of your screen. To know the density of your screen you can run the following command from your linux terminal:

xdpyinfo | grep -B2 resolution

screen #0:
  dimensions:    1920x1080 pixels (508x285 millimeters)
  resolution:    96x96 dots per inch

Open a terminal and run the corresponding command from the version of python 2

To use this script you need to have inkscape installed on your distribution or windows operating system and place the script in the folders containing the SVG files, then execute it with the corresponding command.

Example in ArchLinux:

  $ python2 convert.py

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

Twitter Facebook Github

Development by

Developer / Author: Luis Felipe Sánchez Company: lfsystems

License

License: CC BY-NC-SA 4.0

This work by Luis Felipe Sánchez is licensed under a Creative Commons Attribution 4.0 International License.

atomic-yakuake's People

Contributors

lfelipe1501 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mattz7 antherkiv

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.