Skip to content

Commit 3b5d12d

Browse files
author
René Bergelt
committed
2 parents 21fb057 + 7226aa3 commit 3b5d12d

1 file changed

Lines changed: 21 additions & 12 deletions

File tree

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
1-
# SecondaryTaskbarClock
1+
# TaskbarExtensions
22

3-
Beginning with Windows 8 there is native support to show the taskbar on all connected displays. Unfortunately, the secondary taskbars lack the system clock. This little tool adds the system clock to all secondary taskbars without the need for a skinning engine or custom Windows theme (e.g. Rainmeter).
3+
This library began as a tool for Windows 8 which allowed to display the clock on all taskbars, not only the primary one.
4+
Now it provides a way to add arbitrary elements to the taskbar of Windows 10.
45

56
## Features
67

7-
- Adds a clock to all secondary taskbars which looks like the default system clock
8-
- Content of the clock (time, date, day of week) depends on taskbar height and regional settings, just as with the native clock
9-
- Clicking a secondary taskbar's clock opens the default calendar flyout on the corresponding secondary display
8+
- Can add elements to all taskbars integrating with the default look and feel
109
- Taskbar auto-hide feature is supported
11-
- Clock does not interfere with fullscreen applications
12-
- Long date format tooltip
13-
- When changing size/position of a secondary taskbar the corresponding clock reacts accordingly
10+
- Elements do not interfere with fullscreen applications
11+
- When changing size/position of a taskbar the custom corresponding elements react accordingly
1412
- No skin engine or custom theme needed
15-
- No setup needed
13+
- No setup needed, just launch
14+
- Can easily be integrated in existing applications
15+
16+
## Sample applications
17+
18+
### SecondaryTaskBarClock
19+
Somewhat obsolete, the feature to show the clock on all displays has been added by Microsoft.
20+
- Displayed content depends on taskbar height and regional settings, just as with the native clock
21+
- Clicking a secondary taskbar's clock opens the default calendar flyout on the corresponding secondary display
22+
- Long date format tooltip
1623

17-
## Notes
24+
### CalendarWeekView
25+
Shows the current German CalendarWeek in the taskbar
1826

19-
Currently, the application has only been tested on Windows 10. It should work on Windows 8 but this has yet to be confirmed.
27+
## Disclaimer
28+
29+
Be aware, that this uses methods not officially supported by Microsoft (rearranging child windows of the taskbar itself etc.) and relies on implementation details of the windows taskbar which may change in the future. Thus, there certainly exist system configurations where these approaches (or at least the current implementation) do not work (e.g. right-to-left systems).
2030

2131
## Screenshots
2232

2333
The system's default clock on the primary display (for reference) <br/>
2434
<a href="https://cloud.githubusercontent.com/assets/3481307/16447704/112f7932-3dee-11e6-8e8c-70b65d75b27a.png" target="_blank">
2535
<img src="https://cloud.githubusercontent.com/assets/3481307/16447704/112f7932-3dee-11e6-8e8c-70b65d75b27a.png" /> </a>
2636

27-
2837
A clock on a secondary taskbar <br/>
2938
<a href="https://cloud.githubusercontent.com/assets/3481307/16447703/112b1978-3dee-11e6-8c0c-1f9cdd54c048.png" target="_blank">
3039
<img src="https://cloud.githubusercontent.com/assets/3481307/16447703/112b1978-3dee-11e6-8c0c-1f9cdd54c048.png" /> </a>

0 commit comments

Comments
 (0)