Tkd-Alex / Conky-Todo-Momentum

Conky Script to read the Todo of Momentum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conky-Todo-Momentum

PreviewConkyMomentum

Conky-Todo-Momentum is a Conky file based on bash script. To use this script you need to have on your system installed

Setup

To use this Conky script you do the following istruction:

  1. Clone or download this repo in your Conky folder.
  2. Rename momentumRequest.dist to momentumRequest
  3. Open your browser with Momentum, go in Developer Tools -> Network -> Right click on todos -> copy as curl.

DevelopedTools

  1. Paste curl request in (without curl command) in momentumRequest
  2. Run the script with Conky or Conky Manager

Custom

You can change the update interval in second.

${execpi 600 sh getData.sh} #600second.

You can change the size or color of the font.

${color EAEAEA}
${font Ubuntu:pixelsize=13}

Credits

Todo-Momentum-Elementary-Light based on Elementary-Conky Todo-Momentum-Gotham based on Gotham-Conky

About

Conky Script to read the Todo of Momentum


Languages

Language:Shell 100.0%