GithubHelp home page GithubHelp logo

cumulus-qt's Introduction

Update

Offline installer for x64 bit Linux distributions.
Online installer for x64 bit Linux distributions.
Online installer for x32 bit Linux distributions To Be Decided.

To update properly please reinstall, otherwise update application and reinstall libraries only.

Cumulus

Full port Qt/Qml is here!

Simple weather application, powered by Yahoo! Weather & Open Weather Map

Forked from typhoon which was Based on Stormcloud by Jono Cooper.

Features:

  • resizable window with weather data adjusting accordingly
  • units recalculations on-the-fly without data needed to be re-downloaded
  • colors selectors for background and text with alpha channel, knock yourselves up ^^
  • tray icon, with aditional data to be added on menu :)
  • qt installer, without root installation to allow future updates fast without breaking on upgrade
  • possbility for multiple instances with different settings and locations

For multiple instances:

  1. make a new shell script with the following content updated for Cumulus installation path
    #!/bin/bash
    <path-to-cumulus-executable> <whatever-you-want>

Example: /home/user/Cumulus/Cumulus NewInstance

  1. make the shell script executable
    Is as easy right-click script -> Properties -> Permisions -> check as executable

<Optional>

  1. if you want it to start on login

Add the following content to your <home-directory>/.profile file:
if [ -f <path-to-shell-script> ]; then
<path-to-shell-script>
fi
Example:
if [ -f /home/script.sh ]; then
/home/script.sh
fi
This will check if the script exists, so in case you accidentally delete you will not be getting errors on login.

Major Thanks

Known Issues

  • There is an issue with Cumulus main window not being able to resize, possible on heavy Gnome based desktop environments.
  • Missing Open Weather Map emblem leaving a gap between forecast a bottom border.

TODO

  • Add another API

cumulus-qt's People

Contributors

kd8bny avatar vadrian89 avatar

Watchers

 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.