takattila / Clock-With-Weather-Conky

Conky widget with clock and current weather report
21 stars 5 forks source link

Conky widget with clock and current weather report

Version Wiki

Dark text with light background Light text with dark background

Get the OpenWeatherMap API key

Back to top

Installation

You can install it via the command-line with either wget or curl:

... via wget:

bash -c "$(wget --no-check-certificate --no-cache --no-cookies -O- https://raw.githubusercontent.com/takattila/Clock-With-Weather-Conky/v1.0.0/scripts/install.sh)"

... via curl:

bash -c "$(curl -fsSLk https://raw.githubusercontent.com/takattila/Clock-With-Weather-Conky/v1.0.0/scripts/install.sh)"

Back to top

Start / stop the widget

1. Start the widget

bash ~/.conky/Clock-With-Weather-Conky/scripts/start.sh <YOUR-API-KEY>

Back to top

2. Stop the widget

bash ~/.conky/Clock-With-Weather-Conky/scripts/stop.sh

Back to top

Change settings after installation

bash ~/.conky/Clock-With-Weather-Conky/scripts/setup.sh

Use the above command to change the following settings:

Back to top

Wiki

For detailed documentation, please visit the wiki page.

Back to top

Example Themes

Click here to see the available example themes!

Back to top