0.0
No release in over 3 years
Low commit activity in last 3 years
A GTK Status indicator with the current time
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

ClockIndicator

Code Climate Test Coverage Dependency Status

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.

Screenshot

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

  1. Fork it ( https://github.com/jcmuller/clock_indicator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request