ClockIndicator
Motivation
I started using i3 recently, and one thing I was missing was having a full clock on the status bar (I am using trayer). Ubuntu's Unity one just wouldn't work. So, I set out to writing one.
Features
- Clock updates every five second
- Context menu
- On click, a row of monthly calendars is shown, with the current month in the middle
TODO
- Add preferences to select the format of the date displayed
- Add preferences for number of calendars shown
- Figure out how to have calendars window show up in the same screen
Installation
Get https://github.com/PaulSD/Tray_Apps/tree/master/gtktrayicon
$ sudo apt-get install libgirepository1.0-dev gobject-introspection libgtk-3-dev
$ sudo make install
$ gem install clock_indicator
Usage
$ clock_indicator
Contributing
- Fork it ( https://github.com/jcmuller/clock_indicator/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request