Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkd-alex/conky-todo-momentum
Conky Script to read the Todo of Momentum
https://github.com/tkd-alex/conky-todo-momentum
bash conky custom desktop momentum notes script sh shell todo
Last synced: 8 days ago
JSON representation
Conky Script to read the Todo of Momentum
- Host: GitHub
- URL: https://github.com/tkd-alex/conky-todo-momentum
- Owner: Tkd-Alex
- Created: 2017-02-27T22:37:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T21:14:51.000Z (almost 8 years ago)
- Last Synced: 2024-12-03T17:48:40.458Z (2 months ago)
- Topics: bash, conky, custom, desktop, momentum, notes, script, sh, shell, todo
- Language: Shell
- Size: 330 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Conky-Todo-Momentum
![PreviewConkyMomentum](Image/Preview-Todo-Momentum.jpg "PreviewConkyMomentum")
Conky-Todo-Momentum is a Conky file based on bash script.
To use this script you need to have on your system installed
- [curl](https://curl.haxx.se/)
- [jshon](http://kmkeen.com/jshon/)
- [sed](https://www.gnu.org/software/sed/manual/sed.html)#### 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](Image/DevelopedTools.jpg "DevelopedTools")
4. Paste curl request in (without curl command) in _momentumRequest_
5. Run the script with Conky or [Conky Manager](http://www.teejeetech.in/p/conky-manager.html)#### 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](http://xaahudude.deviantart.com/art/Elementary-Conky-350114478)
Todo-Momentum-Gotham based on [Gotham-Conky](http://psyjunta.deviantart.com/art/Gotham-Conky-config-205465419)