Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 1.88 KB

README.org

File metadata and controls

89 lines (67 loc) · 1.88 KB

Conky configuration

Installation

  • Clone repo git clone https://github.com/FrdVnW/conky.git – in ~/.conky (for Debian)
  • Install dependencies (see below)
  • Install the necessary ruby gems (see below)
  • Rename secrets.yml.example to secrets.yml and put your data in it
  • Run ‘ruby starter.rb’ or just ‘./starter.rb’

Autostart for Debian (FrdVnW)

adding a shell script ‘startconky.sh’ in ~/.conky

#!/bin/bash
cd ~/.conky && sleep 5 && ruby starter.rb

Gnome:
Create a file conky.desktop in ~/.config/autostart directory and fill it in with the following contents:

[Desktop Entry]
Version=1.0
Encoding=UTF-8
Type=Application
Terminal=false
Exec=/home/fred/.conky/startconky.sh
X-GNOME-Autostart-enabled=true
Name=conky
Comment=Launch a version of conky

Dependencies

Required:

  • curl - ss - acpi - sensors

Conky libs:

  • conky-imlib2

Gmail:

  • ruby >= 1.9.3

gems:

  • ruby-gmail - mime

Install gem: gem install gem\_name

Python scripts for for FIP track information Install package from the project https://github.com/mattberjon/fip

sudo pip install fip

New configs ‘music’

Weather:

api\_key from http://www.wunderground.com/weather/api/

TODO getting train information from SNCB api http://www.belgianrail.be/fr/service-clientele/faq/public-data.aspx

Nouvelle ligne

ddd