Skip to content

Myralllka/conky_themes

Repository files navigation

Blood and milk

This is a conky interface with a lot of features inside.
It uses color scheme of three colors so it is easy to change it with one line of bash script. it's projected to be rendered on a 1920x1080 display, so you need to modify all cofig files if you use other one.


Please explore and even read carefully ALL the configuration files.

Features

Gmail checker

You need to enter your login and password in the `pygmail.py` and modify gmail.conf file to see number of income emails

System monitoring

You will know everything about your computer without any commands - all information will bo on your desktop

Development and integration

You can change and add everything you want, scripts on any languages and it will be very easy

Installation

  1. install conky-cairo
    in ArchLinux from AUR via a command:
yaourt -S conky-cairo
  1. clone this repo from git:
git clone https://github.com/Myralllka/blood-and-milk.git ~/blood-and-milk
  1. move into the directory and make app executable:
cd ~/blood-and-milk; sudo chmod +x Application.sh

and than you need only to start the app

./Application.sh

Contribution

If you want to modify these files:
1) fork it
2) create new directory inside
3) modify that directory as you want
4) make pull request

if you want to understand in which way each file works, you can run:
conky -c /file_to_start

I recommend to do this with every file and modify them one by one

Here you can find information about conky objects and how to work with them

screenshot