OS4 DepotLogo by Liksmaskaren 
(anonymous IP: 3.144.39.93,2201) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (925)
   o Video (69)

Total files: 4368

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Workbench » envclock.lha

EnvClock

Description: Date/time env-var for WB titlebar
Download: envclock.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 38kb
Version: 1.2
Date: 16 May 2024
Author: Chris Young
Submitter: Samir Hawamdeh
Homepage: https://github.com/chris-y/envClock
Requirements: AmigaOS 4.x
Category: utility/workbench
Replaces: utility/workbench/envclock.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 12947
 
Comments: 2
Snapshots: 0
Videos: 0
Downloads:  (Current version)
87  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is a small commodity which sits in the background and updates an
environmental variable, which can then be displayed on the WB titlebar.  
It is entirely configured by tooltypes:

UPDATETIME = <secs>
This is the interval between updates.
NB: "0" will update once then quit, which is probably not what you want.

ENVVAR = <env-var>
This specifies the name of the environmental variable. Default is "time".

FORMAT = <format>
This is the date string format.
Default is %d %b %Y %H:%M, which looks something like 01 Jan 2014 23:59
See locale.library/FormatDate() for all possible values.

To add to the WB titlebar, go into WB Prefs and add "%e time" to the screen
title format string.  Replace "time" if you have chosen a
different environmental variable name in the ENVVAR tooltype.

It is recommended to add this commodity to WBStartUp.

Please raise bugs on the GitHub repo
https://github.com/chris-y/envClock

ChangeLog
---------
v1.2 (15.05.2024)
- OS3 version
- Fix some potential issues on exit
- Rebuild with vbcc

v1.1 (22.07.2014)
- First release

DISCLAIMER
==========

All use of this software is at your own risk.  It comes with no warranty either
expressed or implied.  The author will take no responsibility for loss of data
incurred directly or indirectly as a result of using this software.

Copyright © 2004-2024 by Björn Hagström All Rights Reserved