GithubHelp home page GithubHelp logo

bobbybakes / serene-conky Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akshendra/serene-conky

0.0 1.0 0.0 909 KB

Nice and clean conky theme, made using lua and cairo

Python 8.77% Lua 91.02% Shell 0.21%

serene-conky's Introduction

Serene-Conky

Nice and clean conky theme, made using lua, cairo and python

Requirements:

This Conky theme requires python libraries of getting the data from the web, many of them will already be installed on the system, but if they are not you can install them using the instruction given below

pip

We need a number of python libraries, first install pip

On Ubuntu

sudo apt-get install pip

On Fedora

sudo yum install python-pip

If their is any problem consult their documentation

pyyaml

This package is needed for parsing yaml files

On Ubuntu

sudo apt-get install python-yaml

On Fedora

sudo yum install python-yaml

Using pip

sudo pip install pyyaml

python-forecast.io

The python wrapper for the forecast.io api sudo pip install python-forecastio

BeautiFul Soup

For scrapping data out of html pages

For Ubuntu

sudo apt-get install python-bs4

Using pip

sudo pip install beautifulsoup4

lxml

For parsing html

For Ubuntu

sudo apt-get install python-lxml

Using pip

sudo pip install lxml

Configuration:

The main configuration is in config.yml (not complete yet)

Weather

You will need an api key from forcast.io. Go to http://https://developer.forecast.io/, register and you will see the api and the bottom of the page. Copy and paste it in the config.yml file.

We also need the latitude and longitude, for to forecast.io and search for your city. Now in the url you will see the latitude and longitude, copy and paste them in the config.yml file.

Choose the unit, for C and km/h use ca and for F and mph use us

Run

To start the theme, just go in its directory and use ./start.sh After making the files in Scripts/ and start.sh executable

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.