Skip to content

Automatically exported from code.google.com/p/fuzzyclock

Notifications You must be signed in to change notification settings

m66n/fuzzyclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

fuzzyclock

alt FuzzyClock in action

Overview

A blatant rip-off of the KDE source code with tips picked up from here. This code injects a DLL (FuzzyHook.dll) into the WndProc of TrayClockWClass to replace the standard numeric text with fuzzy text. The code also places a clock icon (taken from Crystal SVG; thanks Everaldo!) in the system tray. Right-click on the icon to exit the program.

Requirements

If a configuration error dialog is displayed when launching FuzzyClock, install the corresponding redistributable package.

Installation

  1. Extract FuzzyClock.zip to a folder of your choosing (i.e. c:\Program Files\FuzzyClock).
  2. The default language is English. Additional languages can be found within Localizations.zip. Drag and drop a localization file onto the icon representing FuzzyClock.exe and that localization will be used. The localization file is stored in %APPDATA%\FuzzyClock as FuzzyClock.xml.
  • In Windows 2000, XP, and Server 2003, %APPDATA% is located at c:\Documents and Settings\<username>\Application Data
  • In Windows Vista, %APPDATA% is located at c:\Users\<username>\AppData\Roaming
  1. To start FuzzyClock with Windows, create a shortcut for FuzzyClock.exe and place it in %STARTMENU%\Programs\Startup.
  • In Windows 2000, XP, and Server 2003, %STARTMENU% is located at c:\Documents and Settings\<username>\Start Menu
  • In Windows Vista, %STARTMENU% is located at c:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu

Use

  • Right-click (or double-click) on FuzzyClock tray icon to exit program.
  • Click on FuzzyClock tray icon to toggle between fuzzy and precise times.

Credits

Almost the entirety of the translations is from KDE source code. A few words were grabbed from Microsoft Terminology Translations.

Details

Built using Visual Studio 2005 SP1 (x86 build) and Visual Studio 2008 SP1 (x64 build). Tested on Windows XP and Windows Server 2003. According to Softpedia, this should work on Win2K and Vista, too.

Copyright (c) Michael Chapman. All rights reserved.

About

Automatically exported from code.google.com/p/fuzzyclock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published