An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![w6jeFJ2hMb](https://github.com/user-attachments/assets/87db362c-4b45-4a0f-81f9-787ae8bd46e9)

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.