https://github.com/embraceltd/trayweek
Displays week number (ISO 8601) in system tray on Windows 10 and 11.
https://github.com/embraceltd/trayweek
calendar utility week windows
Last synced: 4 months ago
JSON representation
Displays week number (ISO 8601) in system tray on Windows 10 and 11.
- Host: GitHub
- URL: https://github.com/embraceltd/trayweek
- Owner: EmbraceLtd
- Created: 2024-11-13T07:40:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T20:02:39.000Z (over 1 year ago)
- Last Synced: 2025-05-01T00:57:28.181Z (about 1 year ago)
- Topics: calendar, utility, week, windows
- Language: C#
- Homepage:
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

TrayWeek
========
Description
-----------
Displays the current week number in the windows tray, according to ISO 8601 (Swedish standard).
ISO 8601 states that
* Weeks start on a Monday and end on a Sunday.
* The first week of the year is the week that contains the first Thursday of the year.
* Week 1 is called week 1 throughout the whole week.
Example: Week 1 of 2025 starts on Monday 30 Dec, 2024 and is called week 1 during the whole week, which lasts until Sunday 5 Jan, 2025.
Tech
----
Implemented as a windowless WPF application for .NET 8 ([runtime required](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)).
NuGet dependencies: [Hardcodet.NotifyIcon.Wpf](https://github.com/hardcodet/wpf-notifyicon)
Users must themselves choose in the system settings to permanently show the tray icon, if desired. [How to do that.](https://support.microsoft.com/en-us/windows/customize-the-taskbar-notification-area-e159e8d2-9ac5-b2bd-61c5-bb63c1d437c3)
Otherwise it will be hidden and will only be shown with the **Show hidden icons** button.
Tested on both Windows 10 and 11, with both dark and light themes.