Skip to content

Latest commit

History

History
39 lines (33 loc) · 1.89 KB

File metadata and controls

39 lines (33 loc) · 1.89 KB

SimpleStreamTimer


A small countdown timer with color customization

This is a very simple, untested, possibly bugged version of a small timer I wrote for my stream intro.

Features:

  • Fully customizable background and font color, different fonts
  • On the fly time editing
  • Other small options

Usage

  1. Download and run the program. You can find the downloads here.
  2. The first time you run the program, a config file is generated. You can edit this file to change the timer's behavior.
  3. Start the program again after you edited the config.

Commands

You can use the + and - keys on your numpad to edit the remaining time during the countdown.

Config Parameters

ParameterMeaningValues
selectedFontThe font the timer will useInteger from 0 to 2
autoCloseOnTimerFinishIf the timer should exit on completion0: No, 1: Yes
resetSecondsOnTimeChangeIf changing the remaining minutes should reset the seconds to zero0: No, 1: Yes
startSecondsThe seconds the timer should start onPositive integer
startMinutesThe minutes the timer should start onPositive integer
textColor[blue, green, red]The color code the countdown text should useInteger from 0 to 255
chromaColor[blue, green, red]The color code the background should useInteger from 0 to 255
clockmode - enabledIf enabled, the countdown runs in clock mode: The timer automatically counts to the provided time0: Disabled, 1: Enabled
clockmode - hourThe hour to count to in clock modeInteger from 0 to 23
clockmode - minuteThe minute to count to in clock modeInteger from 0 to 59

Roadmap

  • Implement Options Menu in Application
  • Add more options
  • Add more visual effects