A simple text-only conky configuration
This theme requires conky with Lua support and curl (to fetch weather data, location and public ip).
You can install font by either executing install.sh
or by manualy
installing it any way you prefer.
You can simply download code or clone this repository with git:
git clone https://github.com/aiosadchy/conky-theme.git ~/.conky/conky-theme/
To enable weather forecasts, register a free API-key at
openweathermap.org and paste it into
WEATHER_OPENWEATHERMAP_API_KEY
in configuration.env
file.
You can also specify your primary network interface
and an URL to fetch public IP address from as a variables in configuration.env
.
To display all the widgets, run start.sh
or add it to your startup scripts.
Script first executes sleep
command to make sure that everything is initialized
before widgets appear, so don't worry if you don't see the widgets immediately.
This delay can be controlled with an optional argument, so you can run it as follows:
start.sh <time in seconds>