tty-clock: 6.9 on the Geek-o-meter

This is a little something that everyone should have, if they even consider life at the terminal.

I went on a rampage searching for tty-clock after seeing it in a screenshot or two of some dvm and awesome setups. Or maybe they were xmonad. Or maybe. …

Anyways, it is ubelievably hard to track down an application by its screenshot, when you don’t know the name of it and there are no title bars to guide you. Luckily, somewhere along the line, the name tty-clock came up.

And for a terminal system, it’s pretty cool. The needle on the geek-o-meter tips way to the right when this is on your desktop, particularly if you throw in something like cmatrix at the same time.

Installing it is almost primitive; download the tarball, decompress and make. I haven’t bothered scraping together a Pkgfile for this, because it’s almost as easy as compiling an autologin. And once it’s made, you can stash it anywhere you like. Put it in your path, put it in your home directory — whatever.

Note that it has a centering option, a bouncing version, a 12-hour option and a few other minor adjustments. It needs a few things too — like a way to adjust the date display outside of editing the source code. (I prefer year-month-day, if you don’t quite get my meaning.)

It’s possible that this is already in some distros — I couldn’t find it in Arch or AUR, and those folks are usually riding the sharp edge of the software release schedule. If it’s out there under another name and I just don’t know about it, please fill me in. It won’t be the first time I’ve been late to the party, and it sure won’t be the last.

Otherwise, enjoy. 🙂

24 thoughts on “tty-clock: 6.9 on the Geek-o-meter

  1. redandwhitestripes

    Ok what am I doing wrong?……

    greg@greg-laptop:~/downloads/ttyclock$ make
    make: `tty-clock’ is up to date.
    greg@greg-laptop:~/downloads/ttyclock$ tty-clock
    bash: tty-clock: command not found
    greg@greg-laptop:~/downloads/ttyclock$ tty-clock-s
    bash: tty-clock-s: command not found
    greg@greg-laptop:~/downloads/ttyclock$ tty-clock -s
    bash: tty-clock: command not found
    greg@greg-laptop:~/downloads/ttyclock$ tty
    /dev/pts/3
    greg@greg-laptop:~/downloads/ttyclock$ tty
    /dev/pts/3
    greg@greg-laptop:~/downloads/ttyclock$

    Reply
    1. Erik

      You need to run `make install` after the initial `make` command.
      Or in case you just want to try it out use `./tty-clock`, because when you run `make` it will build the application in the current directory and the current directory is not in your $PATH you need to prepend `./` to show you want to run it from the current directory.

      Reply
  2. colonelcrayon

    Ncmpc definitely has something like this built in, because I launched it once. Unfortunately, I can’t remember how 😦

    By the way, thank you for switching to Imageshack for your image hosting. It is much friendlier for those of us who use elinks and open images with feh 🙂

    Reply
  3. Normann

    Intersting, although it takes up a good amount of space. I’ve always used the dvtm status-bar for my clock.

    Reply
  4. Jeenu

    I notice from the screen shot that your (or someone else’s) terminal has been split up 2×2. How is this done? I know GNU Screen can split horizontally, but not vertically – please let me know.

    Reply
  5. Pingback: A lightweight diversion « Motho ke motho ka botho

  6. Pingback: Patching tty-clock « Motho ke motho ka botho

  7. Pingback: On the menu « Motho ke motho ka botho

  8. Pingback: A Crux port for tty-clock « Motho ke motho ka botho

  9. Pingback: Howto: Desktop “widgets” for the console « Motho ke motho ka botho

  10. Pingback: An analog clock for the console « Motho ke motho ka botho

  11. Pingback: Using figlet for a console screensaver « Motho ke motho ka botho

  12. Pingback: Something fun, for a change « Motho ke motho ka botho

  13. Pingback: binclock and a screensaver script « Motho ke motho ka botho

  14. Pingback: vtclock: One more console clock can’t hurt « Motho ke motho ka botho

  15. Pingback: tty-clock: Taken for granted, for far too long | Inconsolation

  16. Pingback: tty-clock: Taken for granted, for far too long | Linux Admins

Leave a reply to Mike Cancel reply