Skip to content

ozzi-/CWW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar Week Widget

Displays the current calendar week right in your taskbar - since Windows does not seem to be able to display it. image

Installation

  1. Run maven package or download prebuilt jar
  2. Create bat file under "shell:startup"
  3. Add following line to the bat file:
start "CWW" javaw -jar C:\Path\To\cww-jar-with-dependencies.jar

Parameters

You may add the parameter -c or --color to change the font color. i.E.

java -jar cww.jar -c RED

Possible values can be found under https://docs.oracle.com/javase/7/docs/api/java/awt/Color.html