mustafaozhan / GoogleIntegratedSystemConky

:computer: Conky configuration with Google Keep, Google Calendar, System information and Lua clock ring for Linux users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Integrated System Conky

This is my Arch linux conky configuration with conky, lua, Google Calendar and Google Keep

Buy Me a Coffee at ko-fi.com

Supports

  • Google Calendar Integration
  • Google Keep Integration
  • RSS feed integration
  • Basic system information table(CPU,RAM,HDD/SSD,Date/Time ...)

Installation

  • Ubuntu & Derivatives

You should have git installed

sudo apt-get install conky-all python3-pip python-pip ; sudo pip3 install beautifulsoup4 requests lxml ; sudo pip install gcalcli ; git clone https://github.com/mustafaozhan/GoogleIntegratedSystemConky ; cd GoogleIntegratedSystemConky/ ; chmod +x install.sh && sh ; install.sh
  • Arch Linux & Derivatives

    You should have yaourt and git installed

sudo pacman -S python-pip python2-pip ; yaourt -S conky-lua ; sudo pip3 install beautifulsoup4 requests lxml ; sudo pip2.7 install gcalcli ; git clone https://github.com/mustafaozhan/GoogleIntegratedSystemConky ; cd GoogleIntegratedSystemConky/ ; chmod +x install.sh && sh install.sh
  • Go to the ~/.config/GoogleIntegratedSystemConky/background/ and choose a wallpaper and add your profile picture in the circle (You can use gimp as a editor and for good looking you can make it grayscale)

  • In ~/.config/GoogleIntegratedSystemConky/config.xml put your google mail address and password for notes

  • start with

sh ~/.config/GoogleIntegratedSystemConky/gisc.sh start
  • In first time a windows with your default browser will be openned and it will ask for your gmail permission for calendar. After that if it will print any error on the desktop kill conky with killall conky than start it back with sh ~/.config/GoogleIntegratedSystemConky/gisc.sh start

Configuration

Configuration based on 1600*900. Change it acording to your screen resolution.

  • Xfce panel size is 44
  • plank Icon size is 44
  • Xfce panel color is same as background
  • You have to have your notes titled To-do in your Google Keep. (To change it ~/.config/GoogleIntegratedSystemConky/config.xml)

If you will have so much notes in your Google Keep or events in your Google Calendar panel will not cut your rows by this configurations.

Thanks to

conkyKeep for Google Keep integration, gcalcli for Google calendar integration. And lastly apperance highly customized from inifinity-dark-conky-theme-v2

About

:computer: Conky configuration with Google Keep, Google Calendar, System information and Lua clock ring for Linux users.

License:GNU General Public License v3.0


Languages

Language:Python 57.3%Language:Lua 38.5%Language:Shell 4.2%