A taskbar clock for secondary taskbars on Windows 11

Overview

ElevenClock

A taskbar clock for secondary taskbars on Windows 11. When microsoft's engineers were creating Windows 11, they forgot to add a clock on the secondary screen taskbar. So I did that. ElevenClock is a simple app which provides the same functionality as in windows 10 secondary taskbar clock.

For more info, make sure to check out this article written by @Sumitdhiman:
https://answers.microsoft.com/en-us/windows/forum/all/add-clock-to-the-second-display-in-windows-11/14ed24f5-b203-4bd7-a4e7-c4eb3539b042

Table of contents


Features:

  • It supports all system locales and time formats (they are pulled from the OS)*
  • It shows in all displays except in the primary one (Because you have the default system clock)
  • It supports dark and light theme
  • It has a hide button to prevent annoying on full-screen
  • It imitates Windows 11's taskbar clock animation on hover
  • It supports taskbars on the top of the screen
  • It supports seconds enabling via locale or regedit (windows 11's default clock can't do that)
  • ElevenClock downloads and installs updates automatically, so you don't have to
  • Clicking the clock shows/hides the notifications and calendar panel
  • Correct alignment and size on HiDPi displays (100%, 200%, 300%) AND on fractional HiDPI displays(125%, 150%, 175%, 250%, etc.)*
  • Correct alignment and size on Different-scaled monitors (Display1: 100%, Display2: 150%, Display3: 225%, etc.)*
  • The clock updates the time each second, so you won't see different times across all your taskbars
  • The clock also adjusts itself automatically when (dis)connecting monitors
  • Automatically starts at login


Download from:

MajorGeeks: https://m.majorgeeks.com/files/details/elevenclock.html
SoftPedia: https://www.softpedia.com/get/Desktop-Enhancements/Clocks-Time-Management/ElevenClock.shtml
Github Releases: https://github.com/martinet101/ElevenClock/releases/latest
SomePythonThings: https://www.somepythonthings.tk/programs/elevenclock/


How-to

  1. Download the lastest version from SomePythonThings or from Github Releases
  2. Open the installer and bypass Windows Defender SmartScreen: Click on more info and then on run:

    2.1. Click on "More info":          

    2.2. Click on "Run anyway":        

  3. Install the program as normal:   Installer

  4. The clock should start automatically when the installation is finished.

*TIP: Clicking four times on the clock will show this webpage


Screenshots:

Elevenclock on 100% DPI: 100% Elevenclock on 125% DPI: 125% Elevenclock on 150% DPI: 150% Elevenclock on 175% DPI: 175%

Comments
  • [BUG/ISSUE] Elevated CPU usage with WMI Provider Host (wmiprvse.exe) in version 3.8.1

    [BUG/ISSUE] Elevated CPU usage with WMI Provider Host (wmiprvse.exe) in version 3.8.1

    Upon automatic update to version 3.8.1, I noticed that the above-mentioned process is now consistently running at ~ 10% of CPU usage. When quitting ElevenClock from the tray window, the above mentioned process usage goes down to 0. This was not previously encountered in earlier versions of ElevenClock, to the best of my knowledge.

    Running Win 11 x64 on Intel Core I7-8750h with 32GB of RAM

    bug ready-to-go hard-one 
    opened by pjldrum 40
  • [BUG] ElevenClock updates background color when hidden | ElevenClock causes black screen in netflix

    [BUG] ElevenClock updates background color when hidden | ElevenClock causes black screen in netflix

    Describe the bug

    When ElevenClock is on any netflix video will not render in fullscreen mode. It is only black screen. However the issue does not occur in low CPU mode.

    To Reproduce

    Steps to reproduce the behaviour:

    1. Open Netflix windows app
    2. start any show in netflix
    3. click fullscreen in netflix
    4. video screen is black, the controls still show

    Expected behaviour

    netflix should work

    Additional context

    As i said low CPU mode removes the issue, I also tried on my second screen, same issue, unless i select "don't show clock on secondary displays". So any screen where the clock is active the netflix video doesn't show. I also tried the experimental "check only the focused window on the fullscreen check" didn't help.

    ##Screenshot Here's a screenshot of my monitor setup since that's something that was asked for in the other netflix related threat #85

    image

    bug ready-to-go 
    opened by anders-x3 35
  • [BUG] (Crashing minutes after lauch)

    [BUG] (Crashing minutes after lauch)

    Before submitting the issue

    ✅ I have checked that the bug is not a duplicate or, if it is, it needs to be reopened; and I've checked the [FAQ](https://github.com/martinet101/ElevenClock/wiki/Troubleshooting) for solutions
    ✅ I have installed the latest version and the issue still happens

    Describe the bug

    A clear and concise description of what the bug is. Crashing shortly after launch, will only stay running for a few minutes at most.

    To Reproduce

    Steps to reproduce the behaviour:

    1. Start ElevenClock
    2. Wait a few minutes

    Expected behaviour

    A clear and concise description of what you expected to happen. Expected to continue running

    Screenshots

    If applicable, add screenshots to help explain your problem.

    The Log

    ---------------------------------------------------------------------------------------------------
    
       ElevenClock's 3.2.1 (v3.21) log: Select all the text and hit Ctrl+C to copy it
       All modules loaded successfully and sys.stdout patched correctly, starting main script
       Translator function set language to "en"
    
    ---------------------------------------------------------------------------------------------------
    
     Log legend:
     🔵: Verbose
     🟢: Information
     🟡: Warning
     🟠: Handled unexpected exception
     🔴: Unhandled unexpected exception
     🟣: Handled expected exception
    
    🔵 Initializing clock 0...
    🔵 Using taskbar background color
    🟢 Regular sized taskbar
    🔵 Monitor geometry: PyQt5.QtCore.QRect(0, 0, 2560, 1440)
    🟡 Taskbar at bottom
    🟢 Clock on the right
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PyQt5.QtCore.QRect(2360, 1392, 200, 48)
    🔵 Font families: ['Segoe UI Variable Display', 'sans-serif']
    🔵 Font size: 9.3
    🟢 Using white text (dark mode)
    🔵 tDateMode: yyyy-MM-dd
    🔵 tTimeMode: h:mm tt
    🔵 Loaded date time format: %#I:%M %p
    %Y-%m-%d
    🔵 Full screen rect:  (0, 0, 2560, 1440)
    🟣 Expected AttributeError on backgroundLoop thread
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:False, DisableNotifications:True, legacyFullScreenMethod:False
    🟡 Desktop button enabled
    🔵 Restart loop: 1
    🔵 Initializing clock 1...
    🔵 Using taskbar background color
    🟢 Regular sized taskbar
    🔵 Monitor geometry: PyQt5.QtCore.QRect(-2560, 0, 2560, 1440)
    🟡 Taskbar at bottom
    🟢 Clock on the right
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PyQt5.QtCore.QRect(-200, 1392, 200, 48)
    🔵 Font families: ['Segoe UI Variable Display', 'sans-serif']
    🔵 Font size: 9.3
    🟢 Using white text (dark mode)
    🔵 tDateMode: yyyy-MM-dd
    🔵 tTimeMode: h:mm tt
    🔵 Loaded date time format: %#I:%M %p
    %Y-%m-%d
    🔵 Full screen rect:  (-2560, 0, 0, 1440)
    🟣 Expected AttributeError on backgroundLoop thread
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:False, DisableNotifications:True, legacyFullScreenMethod:False
    🟡 Desktop button enabled
    🟠 Monitor blacklisted!
    🔵 Initializing clock 3...
    🔵 Using taskbar background color
    🟢 Regular sized taskbar
    🔵 Monitor geometry: PyQt5.QtCore.QRect(-2563, -768, 1360, 768)
    🟡 Taskbar at bottom
    🟢 Clock on the right
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PyQt5.QtCore.QRect(-1403, -48, 200, 48)
    🔵 Font families: ['Segoe UI Variable Display', 'sans-serif']
    🔵 Font size: 9.3
    🟢 Using white text (dark mode)
    🔵 tDateMode: yyyy-MM-dd
    🔵 tTimeMode: h:mm tt
    🔵 Loaded date time format: %#I:%M %p
    %Y-%m-%d
    🔵 Full screen rect:  (-2563, -768, -1203, 0)
    🟣 Expected AttributeError on backgroundLoop thread
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:False, DisableNotifications:True, legacyFullScreenMethod:False
    🟡 Desktop button enabled
    🟢 Loaded clocks in 0.9559996128082275
    🟣 Expected AttributeError on backgroundLoop thread
    🟣 Expected AttributeError on backgroundLoop thread
    🟣 Expected AttributeError on backgroundLoop thread
    🟢 Cached text input host hwnd: 66646
    🟣 Expected AttributeError on backgroundLoop thread
    🟣 Expected AttributeError on backgroundLoop thread
    🟣 Expected AttributeError on backgroundLoop thread
    🟣 Expected AttributeError on backgroundLoop thread
    🟣 Expected AttributeError on backgroundLoop thread
    🔵 System tray icon enabled
    🟣 Expected AttributeError on backgroundLoop thread
    🔵 Starting update check
    🔵 Low cpu mode is set to False. DisableNotifications is set to False
    🟢 Loaded everything in 2.6369996070861816
    🔵 Version URL: https://versions.somepythonthings.tk/versions/elevenclock.ver
    🟢 Updates not found
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔵 Announcement URL: http://www.somepythonthings.tk/resources/elevenclock.announcement
    🔵 Image URL: https://www.somepythonthings.tk/resources/error.webp
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔴 Traceback (most recent call last):
    
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1112, in paintEvent
    
    🔴 ValueError: invalid literal for int() with base 10: ''
    
    🔴 Note this traceback was caught by reporter and has been added to the log (invalid literal for int() with base 10: '')
    🔵 Saving log...
    
    

    Additional context

    Add any other context about the problem here.

    bug needs-author-answer 
    opened by BartokW 35
  • [BUG] A lot of

    [BUG] A lot of "Fatal error detected"

    Before submitting the issue

    PLEASE CHECK that there are no open or close issues about the same bug before.

    ✅ I have checked that the bug is not a duplicate or, if it is, it needs to be reopened; and I've checked the FAQ on README.md for solutions ✅ I have checked the settings window for an option to toggle/fix what is happening ✅ I have installed the lastest version and the issue still happens

    Describe the bug

    HOLY. I turn on my laptop, and a bunch of error windows pop out of nowhere! I did literally nothing.

    To Reproduce

    Steps to reproduce the behavior: Do nothing.

    Expected behavior

    IDK. It just happened.

    Screenshots

    image

    Another one. There are A LOT more image

    bug hard-one 
    opened by TechStudent10 34
  • [BUG] Clock shows on top of multimonitor vmware machine

    [BUG] Clock shows on top of multimonitor vmware machine

    Everything works fine with the main monitor of the virtual machine. With the second monitor of the virtual machine, elevenclock is there, hidding the vitual machine clock

    image

    Eleven Clock is running in windows 11 (4 monitors) Vmware is also on the same machine. The virtual machine is running windows 10 (2 of the 4 monitors) Everything works fine except for the extended vitrual machine monitor (printscreen above)

    bug ready-to-go 
    opened by domeio 28
  • [BUG] Clock showing through fullscreen apps on secondary monitor.

    [BUG] Clock showing through fullscreen apps on secondary monitor.

    Is your feature request related to a problem? Please describe. Fullscreen behavior when fullscreen app is not on primary monitor.

    Describe the solution you'd like If I have a fullscreen app on a secondary monitor, like youtube fullscreened from a browser, eleven shows on top of the browser.

    If I hide it for fullscreen apps, then it doesn't show on the secondary monitor when I game on primary.

    I'd really like it to just always be on the taskbar like the windows clock (in background), but with all monitors.

    Youtube on secondary with eleven clock running:

    image

    bug ready-to-go needs-author-answer 
    opened by Grenaid 28
  • [ISSUE] Clock does not show after updating to 2.6

    [ISSUE] Clock does not show after updating to 2.6

    Hi mate,

    ElevenClock does not work for me since today.

    I didn't change anything in the settings. Restarting the clock doesn't work. Changing the settings doesn't work. Reinstalling doesn't work. If I change the settings to show the clock on main monitor it flashes up and disappears within millseconds.

    Log File: ElevenClock log.txt

    Thanks for helping!

    bug ready-to-go needs-author-answer 
    opened by ilovemyskills 28
  • [BUG/ISSUE] Clicking on the clock fails when changing input method

    [BUG/ISSUE] Clicking on the clock fails when changing input method

    Before submitting the issue

    • [x] I have checked that the bug is not a duplicate or, if it is, it needs to be reopened
    • [x] I have checked that this issue is not present in the Known Issues section on the wiki.
    • [x] I have checked that I am running the latest version of ElevenClock
    • [x] I have tried resetting and reinstalling ElevenClock and the issue persisted or happened again
    • [x] I have checked the Common Problems section on the wiki for solutions

    Describe the bug

    After reboot or logoff/login clicking on the clock has no effect as setted in options (neither default action of showing calendar popup, nor any other option). Doubleclick behaves the same way, if activate it too.

    To Reproduce

    Steps to reproduce the behaviour:

    1. Reboot
    2. Clock autostarts
    3. Click on the clock
    4. Nothing happens, only date tooltip oh hover is shown

    Expected behaviour

    Calendar popup appears

    The Log

    It took 0.0 to load all language files
    ---------------------------------------------------------------------------------------------------
    
       ElevenClock's 3.8.1 (v3.81) log: Select all the text and hit Ctrl+C to copy it
       All modules loaded successfully and sys.stdout patched correctly, starting main script
       Translator function set language to "ru"
    
    ---------------------------------------------------------------------------------------------------
    
     Log legend:
     🔵: Verbose
     🟢: Information
     🟡: Warning
     🟠: Handled unexpected exception
     🔴: Unhandled unexpected exception
     🟣: Handled expected exception
    
    🔵 Initializing clock 0...
    🔵 Using taskbar background color
    🟢 Regular sized taskbar
    🟢 Clock on the bottom
    🟢 Clock on the right
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1848, 1106, 200, 46)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: -1.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd.MM.yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d.%m.%Y
    🔵 Full screen rect:  (0, 0, 2048, 1152)
    can't parse ""
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🟡 Desktop button enabled
    🟢 Loaded clocks in 0.2109966278076172
    🔵 Restart loop: 1
    {'System language': 'default', 'Arabic - عربي\u200e (66%)': 'ar', 'Bulgarian - български (19%)': 'bg', 'Catalan - Català': 'ca', 'Czech - Čeština': 'cs', 'Danish - Dansk (25%)': 'da', 'German - Deutsch (98%)': 'de', 'Greek - Ελληνικά (20%)': 'el', 'English - English': 'en', 'Spanish - Español (98%)': 'es', 'Estonian - eesti (98%)': 'et', 'Persian - فارسی\u200e (5%)': 'fa', 'Finnish - Suomi (67%)': 'fi', 'French - Français (98%)': 'fr', 'Hebrew - עִבְרִית\u200e (98%)': 'he', 'Hungarian - Magyar (98%)': 'hu', 'Indonesian - Bahasa Indonesia (98%)': 'id', 'Italian - Italiano (51%)': 'it', 'Japanese - 日本語 (98%)': 'ja', 'Korean - 한국어': 'ko', 'Lithuanian - Lietuvių (24%)': 'lt', 'Latvian - Latviski (65%)': 'lv', 'Norwegian (bokmål) (98%)': 'nb', 'Dutch - Nederlands (86%)': 'nl', 'Norwegian (nynorsk) (72%)': 'nn', 'Polish - Polski (98%)': 'pl', 'Portuguese (Brazil) (84%)': 'pt_BR', 'Portuguese (Portugal) (98%)': 'pt_PT', 'Romanian - Română (98%)': 'ro', 'Russian - Русский (98%)': 'ru', 'Sinhala - සිංහල': 'si', 'Slovak - Slovenčina (32%)': 'sk', 'Serbian - Srpski (24%)': 'sr', 'Swedish - Svenska (79%)': 'sv', 'Thai - ภาษาไทย (85%)': 'th', 'Turkish - Türkçe (21%)': 'tr', 'Ukranian - Yкраї́нська (26%)': 'ua', 'Vietnamese - Tiếng Việt (41%)': 'vi', 'Simplified Chinese (China) (98%)': 'zh_CN', 'Traditional Chinese (Taiwan) (98%)': 'zh_TW'}
    🟢 Cached text input host hwnd: 131778
    🟣 Expected AttributeError on checkAndUpdateBackground
    🔵 System tray icon enabled
    🔵 Starting update check
    🔵 Low cpu mode is set to False. DisableNotifications is set to False
    🟢 Loaded everything in 1.292356252670288
    🔵 Version URL: https://versions.somepythonthings.tk/versions/elevenclock.ver
    🟢 Updates not found
    🔵 (worldtimeapi.org) Time offset set to 0.29222822189331055
    🔵 Showing tooltip
    🔵 Long date string: dddd, d MMMM yyyy 'г'.
    🔵 Showing tooltip
    🔵 Long date string: dddd, d MMMM yyyy 'г'.
    🔵 Starting update check
    🔵 Version URL: https://versions.somepythonthings.tk/versions/elevenclock.ver
    🟢 Updates not found
    🔵 Showing tooltip
    🔵 Long date string: dddd, d MMMM yyyy 'г'.
    🔵 Announcement URL: https://www.somepythonthings.tk/resources/elevenclock.announcement
    🔵 Image URL: https://upload.wikimedia.org/wikipedia/commons/d/db/Google_Translate_Icon.png
    🔵 Copying log to the clipboard...
    

    Additional context

    As I noticed, immediate clock restart is useless. But everything works if I start clock after some time of using PC, maybe after receiving some Windows notifications and clicking on standard Windows clock to see them, unfortunately didn't find out what exactly makes it work, just my observation.

    bug hard-one needs-further-study 
    opened by Rewerson 27
  • [BUG] Clock is displayed twice on dublicated screens

    [BUG] Clock is displayed twice on dublicated screens

    If a monitor is doubled with another monitor (in the screenshot monitor 4 & 6 has the same content) the clock is displayed twice.

    Additional context

    Add any other context about the problem here. 2022-01-17 08_30_45-System

    bug needs-author-answer hard-one 
    opened by BIT-hab 26
  • ElevenCLock will disappear automatically after startup (TextInputHost issue)

    ElevenCLock will disappear automatically after startup (TextInputHost issue)

    Describe the bug

    When windows startup, ElevenClock can start normally. However, the time in lower right corner will disappear in few seconds. The icon still on system tray. I need to click the icon let the time show again. This problem was not found in 3.91.

    The Log

    🟢 Using cached lang file 🟡 Using bundled lang file (forced=True) It took 0.0 to load all language files

    ElevenClock's 3.9.3 (v3.93) log: Select all the text and hit Ctrl+C to copy it All modules loaded successfully and sys.stdout patched correctly, starting main script Translator function set language to "zh_CN"


    Log legend: 🔵: Verbose 🟢: Information 🟡: Warning 🟠: Handled unexpected exception 🔴: Unhandled unexpected exception 🟣: Handled expected exception

    🔵 Initializing clock 0... 🔵 Using taskbar background color 🟢 Regular sized taskbar 🟢 Clock on the bottom 🟢 Clock on the right 🟢 Using qt's default positioning system 🔵 Clock geometry: PySide6.QtCore.QRect(1400, 954, 200, 46) 🔵 Font families : ['Microsoft YaHei UI', 'Segoe UI Variable', 'sans-serif'] 🔵 Custom font : 🔵 Font size: -1.0 🟢 Using white text (dark mode) 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M:%S  %Y/%#m/%#d 🟣 Expected AttributteError on resizeEvent 🟣 Expected AttributteError on resizeEvent 🔵 Full screen rect: (0, 0, 1600, 1000) can't parse "" 🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False 🟡 Desktop button enabled 🟢 Loaded clocks in 0.6016032695770264 🔴 Traceback (most recent call last):

    🔴 Traceback (most recent call last):

    🔴 File "urllib\request.py", line 1348, in do_open

    🔴 File "urllib\request.py", line 1348, in do_open

    🔴 File "http\client.py", line 1282, in request

    🔴 File "http\client.py", line 1282, in request

    🔴 File "http\client.py", line 1328, in _send_request

    🔴 File "http\client.py", line 1328, in _send_request

    🔴 File "http\client.py", line 1277, in endheaders

    🔴 File "http\client.py", line 1277, in endheaders

    🔴 File "http\client.py", line 1037, in _send_output

    🔴 File "http\client.py", line 1037, in _send_output

    🔴 File "http\client.py", line 975, in send

    🔴 File "http\client.py", line 975, in send

    🔴 File "http\client.py", line 1447, in connect

    🔴 File "http\client.py", line 1447, in connect

    🔴 File "http\client.py", line 941, in connect

    🔴 File "http\client.py", line 941, in connect

    🔴 File "socket.py", line 824, in create_connection

    🔴 File "socket.py", line 824, in create_connection

    🔴 File "socket.py", line 955, in getaddrinfo

    ?? File "socket.py", line 955, in getaddrinfo

    🔴 socket.gaierror: [Errno 11004] getaddrinfo failed

    🔴 socket.gaierror: [Errno 11004] getaddrinfo failed

    🔴 During handling of the above exception, another exception occurred:

    🔴 During handling of the above exception, another exception occurred:

    🔴 Traceback (most recent call last):

    🔴 Traceback (most recent call last):

    🔴 File ".\tools.py", line 807, in updateLangFile

    🔴 File ".\tools.py", line 807, in updateLangFile

    🔴 File "urllib\request.py", line 216, in urlopen

    🔴 File "urllib\request.py", line 216, in urlopen

    🔴 File "urllib\request.py", line 519, in open

    🔴 File "urllib\request.py", line 519, in open

    🔴 File "urllib\request.py", line 536, in _open

    🔴 File "urllib\request.py", line 536, in _open

    🔴 File "urllib\request.py", line 496, in _call_chain

    🔴 File "urllib\request.py", line 496, in _call_chain

    🔴 File "urllib\request.py", line 1391, in https_open

    🔴 File "urllib\request.py", line 1391, in https_open

    🔴 File "urllib\request.py", line 1351, in do_open

    🔴 File "urllib\request.py", line 1351, in do_open

    🔴 urllib.error.URLError: <urlopen error [Errno 11004] getaddrinfo failed>

    🔴 urllib.error.URLError: <urlopen error [Errno 11004] getaddrinfo failed>

    🔴 Note this traceback was caught by reporter and has been added to the log (<urlopen error [Errno 11004] getaddrinfo failed>) 🟣 Expected AttributeError on checkAndUpdateBackground {'System language': 'default', 'Arabic - عربي\u200e (62%)': 'ar', 'Bosnian - Bosanski (6%)': 'bs', 'Bulgarian - български (18%)': 'bg', 'Catalan - Català': 'ca', 'Czech - Čeština (99%)': 'cs', 'Danish - Dansk (98%)': 'da', 'German - Deutsch (99%)': 'de', 'Greek - Ελληνικά (18%)': 'el', 'English - English': 'en', 'Spanish - Español (99%)': 'es', 'Estonian - eesti (92%)': 'et', 'Persian - فارسی\u200e (5%)': 'fa', 'Finnish - Suomi (63%)': 'fi', 'French - Français (99%)': 'fr', 'Hebrew - עִבְרִית\u200e (92%)': 'he', 'Croatian - Hrvatski (11%)': 'hr', 'Hungarian - Magyar (91%)': 'hu', 'Indonesian - Bahasa Indonesia (92%)': 'id', 'Italian - Italiano (65%)': 'it', 'Japanese - 日本語 (93%)': 'ja', 'Korean - 한국어 (99%)': 'ko', 'Lithuanian - Lietuvių (22%)': 'lt', 'Latvian - Latviski (61%)': 'lv', 'Norwegian (bokmål) (92%)': 'nb', 'Dutch - Nederlands (80%)': 'nl', 'Norwegian (nynorsk) (67%)': 'nn', 'Polish - Polski (96%)': 'pl', 'Portuguese (Brazil) (99%)': 'pt_BR', 'Portuguese (Portugal) (99%)': 'pt_PT', 'Romanian - Română (92%)': 'ro', 'Russian - Русский (92%)': 'ru', 'Sinhala - සිංහල': 'si', 'Slovak - Slovenčina (30%)': 'sk', 'Serbian - Srpski (22%)': 'sr', 'Swedish - Svenska (78%)': 'sv', 'Thai - ภาษาไทย (82%)': 'th', 'Turkish - Türkçe (99%)': 'tr', 'Ukranian - Yкраї́нська (93%)': 'ua', 'Vietnamese - Tiếng Việt (38%)': 'vi', 'Simplified Chinese (China) (100%)': 'zh_CN', 'Traditional Chinese (Taiwan) (99%)': 'zh_TW'} 🔵 Restart loop: 1 🟣 Expected AttributeError on checkAndUpdateBackground 🟣 Expected AttributeError on checkAndUpdateBackground 🟣 Expected AttributeError on checkAndUpdateBackground 🔵 System tray icon enabled 🔵 Starting update check 🔵 Low cpu mode is set to False. DisableNotifications is set to False 🟢 Loaded everything in 2.076491594314575 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 Version URL: https://versions.somepythonthings.tk/versions/elevenclock.ver 🟢 Updates not found 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 Announcement URL: https://www.somepythonthings.tk/resources/elevenclock.announcement 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M %Y/%#m/%#d 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M:%S  %Y/%#m/%#d 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M %Y/%#m/%#d 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M:%S  %Y/%#m/%#d 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🔵 Initializing clock 0... 🔵 Using taskbar background color 🟢 Regular sized taskbar 🟢 Clock on the bottom 🟢 Clock on the right 🟢 Using qt's default positioning system 🔵 Clock geometry: PySide6.QtCore.QRect(1400, 954, 200, 46) 🔵 Font families : ['Microsoft YaHei UI', 'Segoe UI Variable', 'sans-serif'] 🔵 Custom font : 🔵 Font size: -1.0 🟢 Using white text (dark mode) 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M:%S  %Y/%#m/%#d 🟣 Expected AttributteError on resizeEvent 🟣 Expected AttributteError on resizeEvent 🔵 Full screen rect: (0, 0, 1600, 1000) 🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False 🟡 Fullscreen window detected! (0, 0, 3200, 2000) Fullscreen rect: [0, 0, 3200, 2000] 🟡 Desktop button enabled 🔵 tDateMode: yyyy/M/d 🔵 tTimeMode: H:mm 🔵 Loaded date time format: %#H:%M:%S  %Y/%#m/%#d 🔵 Restart loop: 1 🟢 Cached text input host hwnd: 131122 🟢 Cached text input host hwnd: 262386 🔵 Saving log... 🔵 Starting update check

    bug needs-author-answer 
    opened by Kenryy 23
  • [BUG/ISSUE] (Enter your description here)

    [BUG/ISSUE] (Enter your description here)

    Hi Overlaying the 11clock over the original Windows 11 clock on the taskbar works fine until a notification comes through the Notification Center in Windows when the blue circle "pushes" the original Windows clock to the left, but that doesn't happen with 11clock either! That's the problem! That's why 11clock cannot, unfortunately, replace the original Windows 11 clock, which, by the way, is worthless because the letters are too small, and its functionality is questionable! It is necessary to think about this shift at 11 o'clock! Greeting! Drasko

    bug triage 
    opened by Draskic 23
  • Clocks for Multiple Timezones

    Clocks for Multiple Timezones

    Is your feature request related to a problem? Please describe. I work with people from across the USA and India. I also look at timestamps in UTC. I am constantly needing to see what time it is in each timezone.

    Describe the solution you'd like Please allow for showing 8 clocks in the taskbar side by side. (Yes, this will take up a lot of horizontal screen for a horizontal taskbar.) Each clock will have its own timezone and format. This way I can show a small clock with the timezone name and the local clock with more information. For example, I would like to be able to configure ElevenClock to show something like this.

    5:56 AM  12:26 AM   7:26 PM   6:26 PM   5:26 PM   4:26 PM  4:26:23 PM
     India      UTC     Eastern   Central   Mountain  Pacific  Wed Jan 04
    

    Ideally, each timezone could be shown with a different background color to help me read it quickly.

    feature-request ready-to-go 
    opened by numeralnathan 1
  • [BUG/ISSUE] High memory usage

    [BUG/ISSUE] High memory usage

    When left running for a while, elevenclock eventually balloons to 1-3 mb of ram. I saw a similar bug reported earlier but it was marked resolved.

    I do regularly leave programs running (python scripts etc) overnight that cause windows explorer to bug out, so it's possible that elevenclock is just reacting to that, but I would appreciate it if you could investigate.

    bug needs-author-answer 
    opened by mboop127 3
  • [BUG/ISSUE] Settings are out of sync with the app state after re-running Wizard

    [BUG/ISSUE] Settings are out of sync with the app state after re-running Wizard

    Describe the bug

    Settings are out of sync with the real app state after re-running Wizard.

    To Reproduce

    Steps to reproduce the behaviour:

    1. Customize clocks, make it display current time with seconds
    2. Start Setup Wizard
    3. Before any other actions, close Settings page. It doesn't affect anything, just for a clarity.
    4. Go back to the Wizard window
    5. Navigate to clock format page
    6. Set any different clock style, in our case select just a date format, without time
    7. Complete setup via Wizard and close it
    8. Open Settings window and navigate to clock format settings.

    Expected behaviour

    Current clock setup corresponds to settings values

    Actual behviour

    Settings from Wizard and setting state in Settings page are totally out of sync.

    Screenshots

    image

    Affected versions

    I tested it on 3.9.7-beta

    bug ready-to-go 
    opened by Kira-Lappo 0
  • ElevenClock Showing Behind DisplayFusion Taskbar

    ElevenClock Showing Behind DisplayFusion Taskbar

    Discussed in https://github.com/marticliment/ElevenClock/discussions/839

    Originally posted by Zevgor July 21, 2022 Hello, I wanted to ask if there was a way to force ElevenClock to bring the widget to the front. I use DisplayFusion to have a 2nd monitor taskbar, and ElevenClock displays behind it, rather than on top/overlaying it. See here:

    image

    You will see the faint ElevenClock behind the regular clock.

    opened by marticliment 0
  • [BUG/ISSUE] StartAllBack Top Taskbar compatibility

    [BUG/ISSUE] StartAllBack Top Taskbar compatibility

    Chores to do on this issue:

    • [ ] #1067
    • [x] #1069

    Before submitting the issue

    • [x] I have checked that the bug is not a duplicate or, if it is, it needs to be reopened
    • [x] I have checked that this issue is not present in the Known Issues section on the wiki.
    • [x] I have checked that I am running the latest version of ElevenClock
    • [x] I have tried resetting and reinstalling ElevenClock and the issue persisted or happened again
    • [x] I have checked the Common Problems section on the wiki for solutions

    Describe the bug

    Problem with ElevenClock always assuming taskbar and default Windows clock location at the bottom, even after manually moving its position to top, causing issues with transparency/blur layer effect not applied to the actual ElevenClock location while remaining at the bottom unless hidden with one of the work around fixes.

    To Reproduce

    Steps to reproduce the behaviour:

    1. Use StartAllBack to Move Taskbar to top
    2. Install ElevenClock
    3. Used right click menu on clock to move to the top
    4. Used Adjust Horizontal/Vertical clock to make the clock fit small icons taskbar.

    Expected behaviour

    Working transparency/blur effects on top location and correctly assumes that ElevenClock's location as the Windows Clock's location.

    Screenshots

    Screenshots

    image

    Not-fullscreen

    image

    Fullscreen

    image (no transparency on full screen app)

    The Log

    Log

    
    ## Fullscreen detected events omitted due to length
    
    🟢 Using cached lang file
    🟡 Using bundled lang file (forced=True)
    It took 0.014678716659545898 to load all language files
    ---------------------------------------------------------------------------------------------------
       ElevenClock's 3.9.6 (v3.96) log: Select all the text and hit Ctrl+C to copy it
       All modules loaded successfully and sys.stdout patched correctly, starting main script
       Translator function set language to "en"
    ---------------------------------------------------------------------------------------------------
     Log legend:
     🔵: Verbose
     🟢: Information
     🟡: Warning
     🟠: Handled unexpected exception
     🔴: Unhandled unexpected exception
     🟣: Handled expected exception
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 103,52,31,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🔴 Traceback (most recent call last):
    🔴 Traceback (most recent call last):
    🔴   File "urllib\request.py", line 1348, in do_open
    🔴   File "urllib\request.py", line 1348, in do_open
    🔴   File "http\client.py", line 1282, in request
    🔴   File "http\client.py", line 1282, in request
    🔴   File "http\client.py", line 1328, in _send_request
    🔴   File "http\client.py", line 1328, in _send_request
    🔴   File "http\client.py", line 1277, in endheaders
    🔴   File "http\client.py", line 1277, in endheaders
    🔴   File "http\client.py", line 1037, in _send_output
    🔴   File "http\client.py", line 1037, in _send_output
    🔴   File "http\client.py", line 975, in send
    🔴   File "http\client.py", line 975, in send
    🔴   File "http\client.py", line 1447, in connect
    🔴   File "http\client.py", line 1447, in connect
    🔴   File "http\client.py", line 941, in connect
    🔴   File "http\client.py", line 941, in connect
    🔴   File "socket.py", line 826, in create_connection
    🔴   File "socket.py", line 826, in create_connection
    🔴   File "socket.py", line 961, in getaddrinfo
    🔴   File "socket.py", line 961, in getaddrinfo
    🔴 socket.gaierror: [Errno 11001] getaddrinfo failed
    🔴 socket.gaierror: [Errno 11001] getaddrinfo failed
    🔴 
    During handling of the above exception, another exception occurred:
    🔴 
    During handling of the above exception, another exception occurred:
    🔴 Traceback (most recent call last):
    🔴 Traceback (most recent call last):
    🔴   File ".\tools.py", line 797, in updateLangFile
    🔴   File ".\tools.py", line 797, in updateLangFile
    🔴   File "urllib\request.py", line 216, in urlopen
    🔴   File "urllib\request.py", line 216, in urlopen
    🔴   File "urllib\request.py", line 519, in open
    🔴   File "urllib\request.py", line 519, in open
    🔴   File "urllib\request.py", line 536, in _open
    🔴   File "urllib\request.py", line 536, in _open
    🔴   File "urllib\request.py", line 496, in _call_chain
    🔴   File "urllib\request.py", line 496, in _call_chain
    🔴   File "urllib\request.py", line 1391, in https_open
    🔴   File "urllib\request.py", line 1391, in https_open
    🔴   File "urllib\request.py", line 1351, in do_open
    🔴   File "urllib\request.py", line 1351, in do_open
    🔴 urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
    🔴 urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
    🔴 Note this traceback was caught by reporter and has been added to the log (<urlopen error [Errno 11001] getaddrinfo failed>)
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 103,52,31,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    can't parse ""
    can't parse ""
    🟢 Loaded clocks in 1.0705540180206299
    🔵 Restart loop: 1
    {'System language': 'default', 'Arabic - عربي\u200e (68%)': 'ar', 'Bosnian - Bosanski (6%)': 'bs', 'Bulgarian - български (18%)': 'bg', 'Catalan - Català': 'ca', 'Czech - Čeština': 'cs', 'Danish - Dansk (99%)': 'da', 'German - Deutsch (99%)': 'de', 'Greek - Ελληνικά (18%)': 'el', 'English - English': 'en', 'Spanish - Español (99%)': 'es', 'Estonian - eesti (92%)': 'et', 'Persian - فارسی\u200e (5%)': 'fa', 'Finnish - Suomi (63%)': 'fi', 'French - Français': 'fr', 'Hebrew - עִבְרִית\u200e (92%)': 'he', 'Croatian - Hrvatski (11%)': 'hr', 'Hungarian - Magyar': 'hu', 'Indonesian - Bahasa Indonesia (92%)': 'id', 'Italian - Italiano (81%)': 'it', 'Japanese - 日本語': 'ja', 'Korean - 한국어': 'ko', 'Lithuanian - Lietuvių (22%)': 'lt', 'Latvian - Latviski (61%)': 'lv', 'Norwegian (bokmål) (92%)': 'nb', 'Dutch - Nederlands (91%)': 'nl', 'Norwegian (nynorsk) (67%)': 'nn', 'Polish - Polski (98%)': 'pl', 'Portuguese (Brazil)': 'pt_BR', 'Portuguese (Portugal)': 'pt_PT', 'Romanian - Română (92%)': 'ro', 'Russian - Русский (92%)': 'ru', 'Sinhala - සිංහල': 'si', 'Slovak - Slovenčina (30%)': 'sk', 'Serbian - Srpski (22%)': 'sr', 'Swedish - Svenska (78%)': 'sv', 'Thai - ภาษาไทย (82%)': 'th', 'Turkish - Türkçe (99%)': 'tr', 'Ukranian - Yкраї́нська': 'ua', 'Vietnamese - Tiếng Việt (49%)': 'vi', 'Simplified Chinese (China)': 'zh_CN', 'Traditional Chinese (Taiwan)': 'zh_TW'}
    🔵 System tray icon enabled
    🔵 Starting update check
    🔵 Low cpu mode is set to False. DisableNotifications is set to True
    🟢 Loaded everything in 2.9817421436309814
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟡 Verifying unverified hwnd 131446
    🟡 Verifying unverified hwnd 66644
    🟢 Hwnd 66644 under title Windows Default Lock Screen was verified as a valid window (Process name is c:\windows\systemapps\microsoft.lockapp_cw5n1h2txyewy\lockapp.exe)
    🟡 Blacklisted hwnd 131446 under title Windows Input Experience (Process name is c:\windows\systemapps\microsoftwindows.client.cbs_cw5n1h2txyewy\textinputhost.exe)
    🟠 Input host messing around!!!!!
    🟠 Start ignoring mouse events
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 128, in updateIfPossible
    🔴 socket.gaierror: [Errno 11001] getaddrinfo failed
    🔴 Note this traceback was caught by reporter and has been added to the log ([Errno 11001] getaddrinfo failed)
    🔵 Starting update check
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 128, in updateIfPossible
    🔴 socket.gaierror: [Errno 11001] getaddrinfo failed
    🔴 Note this traceback was caught by reporter and has been added to the log ([Errno 11001] getaddrinfo failed)
    🟡 Stop ignoring mouse events
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    ?? Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 Announcement URL: https://www.somepythonthings.tk/resources/elevenclock.announcement
    🔵 Image URL: https://www.somepythonthings.tk/resources/christmas.png
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🔵 Restart loop: 1
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Restart loop: 1
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 Announcement URL: https://www.somepythonthings.tk/resources/elevenclock.announcement
    🔵 Image URL: https://www.somepythonthings.tk/resources/christmas.png
    🔵 Copying log to the clipboard...
    🟢 Log copied to the clipboard successfully!
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟡 Using win32 API positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(448, 207, 640, 480)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟡 Using win32 API positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(448, 207, 640, 480)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:False
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:False
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1602, in close
    🔴 AttributeError: 'Clock' object has no attribute 'rightFast'
    🔴 
    During handling of the above exception, another exception occurred:
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1622, in close
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1619, in close
    🔴 RuntimeError: Internal C++ object (Clock) already deleted.
    🔴 Note this traceback was caught by reporter and has been added to the log (Internal C++ object (Clock) already deleted.)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟠 Start ignoring mouse events
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟠 Start ignoring mouse events
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🔵 Starting update check
    🔵 Version URL: https://versions.somepythonthings.tk/versions/elevenclock.ver
    🟢 Updates not found
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🔵 Starting update check
    🔵 Version URL: https://versions.somepythonthings.tk/versions/elevenclock.ver
    🟢 Updates not found
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1602, in close
    🔴 AttributeError: 'Clock' object has no attribute 'rightFast'
    🔴 
    During handling of the above exception, another exception occurred:
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1622, in close
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1619, in close
    🔴 RuntimeError: Internal C++ object (Clock) already deleted.
    🔴 Note this traceback was caught by reporter and has been added to the log (Internal C++ object (Clock) already deleted.)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟣 Expected AttributteError on resizeEvent
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🔵 Showing tooltip
    🔵 Long date string: dddd, dd MMMM yyyy
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🟠 Start ignoring mouse events
    🟡 Stop ignoring mouse events
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1602, in close
    🔴 AttributeError: 'Clock' object has no attribute 'rightFast'
    🔴 
    During handling of the above exception, another exception occurred:
    🔴 Traceback (most recent call last):
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1622, in close
    🔴   File "\\samba-server\SPTPrograms\ElevenClock\elevenclock\__init__.py", line 1619, in close
    🔴 RuntimeError: Internal C++ object (Clock) already deleted.
    🔴 Note this traceback was caught by reporter and has been added to the log (Internal C++ object (Clock) already deleted.)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟠 Clock is cover!!!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock cover geometry: PySide6.QtCore.QRect(1305, 830, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 9.0
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:True, NotHideOnTB:False, HideOnRDP:True, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:True, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🟠 Start ignoring mouse events
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🔵 Initializing clock 0...
    🟡 Not using taskbar background color
    🔵 Using bg color: 95,53,42,100
    🟢 Regular sized taskbar
    🟡 Custom height being used!
    🟡 Clock on the top
    🟢 Clock on the right
    🟡 X offset being used!
    🟡 Y offset being used!
    🟢 Using qt's default positioning system
    🔵 Clock geometry: PySide6.QtCore.QRect(1305, -1, 200, 31)
    🔵 Font families   : ['Segoe UI Variable Display', 'sans-serif']
    🔵 Custom font     : 
    🔵 Font size: 8.0
    🟢 Using white text (dark mode)
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🟣 Expected AttributteError on resizeEvent
    🔵 Full screen rect:  (0, 0, 1536, 864)
    🔵 Show/hide loop started with parameters: HideonFS:False, NotHideOnTB:False, HideOnRDP:False, ClockOn1Mon:True, NefWSMethod:True, DisableNotifications:False, legacyFullScreenMethod:True
    🔵 tDateMode: dd/MM/yyyy
    🔵 tTimeMode: HH:mm
    🔵 Loaded date time format: %H:%M:%S 
    %d/%m/%Y
    🟣 Expected AttributteError on resizeEvent
    🔵 Restart loop: 1
    🟠 Start ignoring mouse events
    🔵 Copying log to the clipboard...
    
    

    Additional context

    A work around is enabling Disable hiding the default windows clock, though transparency while in full screen doesn't seem to work. Hide for RDP/Citrix experimental option works with making the transparency/blur layer at the bottom be hidden when a fullscreen app is on, but otherwise doesn't work when there isn't any nor does it allow the ElevenClock to be properly transparent..

    Screenshot

    Not-fullscreen

    image

    Fullscreen

    image

    bug ready-to-go 
    opened by bayazidbh 7
Releases(3.9.7-beta1)
  • 3.9.7-beta1(Nov 24, 2022)

  • 3.9.6(Nov 22, 2022)

    Downloads@3.9.6

    Changelog:

    • Fixed an issue where the clock's cpu usage would be higher than expected on specific scenarios

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 68% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 99% | | | German - Deutsch | 99% | | | Greek - Ελληνικά | 18% | | | English - English | 100% | | | Spanish - Español | 99% | | | Estonian - eesti | 92% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 92% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 92% | | | Italian - Italiano | 81% | | | Japanese - 日本語 | 100% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 92% | | | Dutch - Nederlands | 91% | | | Norwegian (nynorsk) | 67% | | | Polish - Polski | 98% | | | Portuguese (Brazil) | 100% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 92% | | | Russian - Русский | 92% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 78% | | | Thai - ภาษาไทย | 82% | | | Turkish - Türkçe | 99% | | | Ukranian - Yкраї́нська | 100% | | | Vietnamese - Tiếng Việt | 49% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 100% | |



    SHA256: ed6eec08829398952471d300cb812cffcc81aa34cf547d67e0d42191b8d0691a

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(25.28 MB)
  • 3.9.5(Nov 21, 2022)

    Downloads@3.9.5 Downloads@3.9.3

    Changelog:

    • Fixed a crash present on the background loop thread, that would lead the clock to stay behind the taskbar
    • Updated some dependencies listing, thanks to @panther7
    • Removed useless binaries from the executable (back to 25mb installers!)

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 68% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 99% | | | German - Deutsch | 99% | | | Greek - Ελληνικά | 18% | | | English - English | 100% | | | Spanish - Español | 99% | | | Estonian - eesti | 92% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 92% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 92% | | | Italian - Italiano | 81% | | | Japanese - 日本語 | 93% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 92% | | | Dutch - Nederlands | 91% | | | Norwegian (nynorsk) | 67% | | | Polish - Polski | 98% | | | Portuguese (Brazil) | 100% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 92% | | | Russian - Русский | 92% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 78% | | | Thai - ภาษาไทย | 82% | | | Turkish - Türkçe | 99% | | | Ukranian - Yкраї́нська | 100% | | | Vietnamese - Tiếng Việt | 49% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 100% | |



    SHA256: 6280f3313b6927dfa2f3f93fce3a2585a0e7ffcfd6d148e3dc914657a995843d

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(25.28 MB)
  • 3.9.4(Nov 19, 2022)

    Downloads@3.9.4

    Changelog:

    • The clock will now choose a font color based on the current clock background color
    • Fixed issues with StartAllBack
    • Fixed an issue where, versafter restarting explorer.exe, the clock would hide
    • Improved cpu usage on launch
    • Fixed issues with Win+N and Win+D on non-latin keyboards
    • Fixed clock tooltip showing an invorrect time
    • Added the ability to be able to set a custom line height for the clock
    • Font improvements in the settings window
    • Upgraded Qt to version 6.4.0 and python to 3.11.0

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 68% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 99% | | | German - Deutsch | 99% | | | Greek - Ελληνικά | 18% | | | English - English | 100% | | | Spanish - Español | 99% | | | Estonian - eesti | 92% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 92% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 92% | | | Italian - Italiano | 81% | | | Japanese - 日本語 | 93% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 92% | | | Dutch - Nederlands | 91% | | | Norwegian (nynorsk) | 67% | | | Polish - Polski | 98% | | | Portuguese (Brazil) | 100% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 92% | | | Russian - Русский | 92% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 78% | | | Thai - ภาษาไทย | 82% | | | Turkish - Türkçe | 99% | | | Ukranian - Yкраї́нська | 100% | | | Vietnamese - Tiếng Việt | 49% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 100% | |



    SHA256: 2d12951e0e2b70a0ab0b0b42df679abf5f077f6ae527979c81afcf94d687a3df

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(33.37 MB)
  • 3.9.4-beta3(Nov 15, 2022)

  • 3.9.4-beta2(Nov 14, 2022)

  • 3.9.3-r2(Nov 10, 2022)

  • 3.9.3(Oct 23, 2022)

    Downloads@3.9.3

    Changelog:

    • This release includes the fixes listed in the release 3.9.2
    • Fixed an issue where the clock would flicker when a window was on fullscreen.

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 62% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 99% | | | Danish - Dansk | 98% | | | German - Deutsch | 99% | | | Greek - Ελληνικά | 18% | | | English - English | 100% | | | Spanish - Español | 99% | | | Estonian - eesti | 92% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 99% | | | Hebrew - עִבְרִית‎ | 92% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 91% | | | Indonesian - Bahasa Indonesia | 92% | | | Italian - Italiano | 65% | | | Japanese - 日本語 | 93% | | | Korean - 한국어 | 99% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 92% | | | Dutch - Nederlands | 80% | | | Norwegian (nynorsk) | 67% | | | Polish - Polski | 96% | | | Portuguese (Brazil) | 99% | | | Portuguese (Portugal) | 99% | | | Romanian - Română | 92% | | | Russian - Русский | 92% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 78% | | | Thai - ภาษาไทย | 82% | | | Turkish - Türkçe | 99% | | | Ukranian - Yкраї́нська | 93% | | | Vietnamese - Tiếng Việt | 38% | | | Simplified Chinese (China) | 99% | | | Traditional Chinese (Taiwan) | 99% | |



    SHA256: be7057ba715f07ed1335ad1b4133dc0bc5da0e5376fe2ddf744dd428de969c65

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(25.11 MB)
  • 3.9.2(Oct 23, 2022)

    Downloads@3.9.2

    There are issues with the fullscreen on this build

    Changelog:

    • Fixed an issue where ElevenClock would overload the WMI Provider Service
    • Reorganized the clock settings section in the Settings UI into two different, more precise sections
    • Made the installer translatable
    • Optimized fullscreen and notifications counter responsiveness
    • Fixed netflix UWP fullscreen method
    • Fixed issues with the winshell module.

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 62% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 99% | | | Danish - Dansk | 98% | | | German - Deutsch | 99% | | | Greek - Ελληνικά | 18% | | | English - English | 100% | | | Spanish - Español | 99% | | | Estonian - eesti | 92% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 99% | | | Hebrew - עִבְרִית‎ | 92% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 91% | | | Indonesian - Bahasa Indonesia | 92% | | | Italian - Italiano | 65% | | | Japanese - 日本語 | 93% | | | Korean - 한국어 | 99% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 92% | | | Dutch - Nederlands | 80% | | | Norwegian (nynorsk) | 67% | | | Polish - Polski | 96% | | | Portuguese (Brazil) | 99% | | | Portuguese (Portugal) | 99% | | | Romanian - Română | 92% | | | Russian - Русский | 92% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 78% | | | Thai - ภาษาไทย | 82% | | | Turkish - Türkçe | 99% | | | Ukranian - Yкраї́нська | 93% | | | Vietnamese - Tiếng Việt | 38% | | | Simplified Chinese (China) | 99% | | | Traditional Chinese (Taiwan) | 99% | |



    SHA256: 5de423ba60659a9e5eae0317a9d471f71d93af8b3d4f4ff3efdf33d5a71af964

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(23.36 MB)
  • 3.9.1(Oct 9, 2022)

    Downloads@3.9.1

    Changelog:

    • Fixed a crash caused by the Low-cpu mode
    • Fixed an issue where the clock wouldn't be clickable in fullscreen mode

    This is a fast-fix release for release 3.9.0

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 62% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 98% | | | Danish - Dansk | 95% | | | German - Deutsch | 94% | | | Greek - Ελληνικά | 19% | | | English - English | 100% | | | Spanish - Español | 98% | | | Estonian - eesti | 93% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 94% | | | Hebrew - עִבְרִית‎ | 93% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 92% | | | Indonesian - Bahasa Indonesia | 93% | | | Italian - Italiano | 48% | | | Japanese - 日本語 | 94% | | | Korean - 한국어 | 98% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 93% | | | Dutch - Nederlands | 81% | | | Norwegian (nynorsk) | 68% | | | Polish - Polski | 97% | | | Portuguese (Brazil) | 98% | | | Portuguese (Portugal) | 98% | | | Romanian - Română | 93% | | | Russian - Русский | 93% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 74% | | | Thai - ภาษาไทย | 80% | | | Turkish - Türkçe | 38% | | | Ukranian - Yкраї́нська | 94% | | | Vietnamese - Tiếng Việt | 38% | | | Simplified Chinese (China) | 94% | | | Traditional Chinese (Taiwan) | 98% | |



    SHA256: 3ccf762c2359a57c057901f9e3ab7a98ce2b5d314f3754323e2ed0a026f65d33

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(38.13 MB)
  • 3.9.0(Oct 9, 2022)

    Downloads@3.9.0

    Changelog:

    • Fixed Traditional Chinese font
    • Added Bosnian and Croatian
    • Improved the show desktop button (Thanks @panther7)
    • Optimise WMI Provider host calls
    • Clean code and remove older functions
    • Improved translations
    • Add the ability to copy date/time when clicking the clock
    • Improved double-click behaviour
    • Added the ability to change middle-click behaviour
    • Added the ability to show a second clock on each display
    • Improved Settings Welcome window CSS

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 62% | | | Bosnian - Bosanski | 6% | | | Bulgarian - български | 18% | | | Catalan - Català | 100% | | | Czech - Čeština | 98% | | | Danish - Dansk | 95% | | | German - Deutsch | 94% | | | Greek - Ελληνικά | 19% | | | English - English | 100% | | | Spanish - Español | 98% | | | Estonian - eesti | 93% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 63% | | | French - Français | 94% | | | Hebrew - עִבְרִית‎ | 93% | | | Croatian - Hrvatski | 11% | | | Hungarian - Magyar | 92% | | | Indonesian - Bahasa Indonesia | 93% | | | Italian - Italiano | 48% | | | Japanese - 日本語 | 94% | | | Korean - 한국어 | 98% | | | Lithuanian - Lietuvių | 22% | | | Latvian - Latviski | 61% | | | Norwegian (bokmål) | 93% | | | Dutch - Nederlands | 81% | | | Norwegian (nynorsk) | 68% | | | Polish - Polski | 97% | | | Portuguese (Brazil) | 98% | | | Portuguese (Portugal) | 98% | | | Romanian - Română | 93% | | | Russian - Русский | 93% | | | Slovak - Slovenčina | 30% | | | Serbian - Srpski | 22% | | | Swedish - Svenska | 74% | | | Thai - ภาษาไทย | 80% | | | Turkish - Türkçe | 38% | | | Ukranian - Yкраї́нська | 94% | | | Vietnamese - Tiếng Việt | 38% | | | Simplified Chinese (China) | 94% | | | Traditional Chinese (Taiwan) | 98% | |



    SHA256: 392dcd6083785132f1b250751a2fc3c394c8e08b05146ffbd26bfb79a461f1bd

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(38.16 MB)
  • 3.8.2(Sep 17, 2022)

    Downloads@3.8.2

    Changelog:

    • The translations will update automatically without requiring an app update
    • The announcements are translatable now
    • Double-clicking the tray icon opens the settings (Thanks to @panther7)
    • Fixed the tooltip font not changing
    • Fixed the clock action not changing either
    • Optimized images (Pt. 2, thanks @panther7)
    • Remade Chinese (simplified and traditional) and Japanese (Thanks to @peepeetee)

    Available languages:

    (Please note that this languages might be updated in the future by the app itself. The languages listed here are the bundled ones) | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 66% | | | Bulgarian - български | 19% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 66% | | | German - Deutsch | 100% | | | Greek - Ελληνικά | 20% | | | English - English | 100% | | | Spanish - Español | 98% | | | Estonian - eesti | 98% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 67% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 98% | | | Hungarian - Magyar | 98% | | | Indonesian - Bahasa Indonesia | 98% | | | Italian - Italiano | 51% | | | Japanese - 日本語 | 100% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 65% | | | Norwegian (bokmål) | 98% | | | Dutch - Nederlands | 86% | | | Norwegian (nynorsk) | 72% | | | Polish - Polski | 98% | | | Portuguese (Brazil) | 90% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 98% | | | Russian - Русский | 98% | | | Slovak - Slovenčina | 32% | | | Serbian - Srpski | 24% | | | Swedish - Svenska | 79% | | | Thai - ภาษาไทย | 85% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 100% | | | Vietnamese - Tiếng Việt | 41% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 100% | |



    SHA256: e7216e76c2d40438f3b4ac1a29fe1233950dab43f88aa4304a2bb5b2e9b8cba9

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(23.81 MB)
  • 3.8.1(Sep 10, 2022)

    Downloads@3.8.1

    Changelog:

    • Fixed issues with the fullscreen detector
    • Fixed issues with the language picker
    • Added Persian language

    Available languages:

    | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 66% | | | Bulgarian - български | 19% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 25% | | | German - Deutsch | 98% | | | Greek - Ελληνικά | 20% | | | English - English | 100% | | | Spanish - Español | 98% | | | Estonian - eesti | 98% | | | Persian - فارسی‎ | 5% | | | Finnish - Suomi | 67% | | | French - Français | 98% | | | Hebrew - עִבְרִית‎ | 98% | | | Hungarian - Magyar | 98% | | | Indonesian - Bahasa Indonesia | 98% | | | Italian - Italiano | 51% | | | Japanese - 日本語 | 98% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 65% | | | Norwegian (bokmål) | 98% | | | Dutch - Nederlands | 86% | | | Norwegian (nynorsk) | 72% | | | Polish - Polski | 98% | | | Portuguese (Brazil) | 84% | | | Portuguese (Portugal) | 98% | | | Romanian - Română | 98% | | | Russian - Русский | 98% | | | Slovak - Slovenčina | 32% | | | Serbian - Srpski | 24% | | | Swedish - Svenska | 79% | | | Thai - ภาษาไทย | 85% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 26% | | | Vietnamese - Tiếng Việt | 41% | | | Simplified Chinese (China) | 98% | | | Traditional Chinese (Taiwan) | 98% | |



    SHA256: 3ec9ec5e95c99fc3c7d91f6d4585e99fe5b07be515e7874c76fe3179afe1b22a

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(23.78 MB)
  • 3.8.0(Sep 9, 2022)

    Downloads@3.8.0

    WARNING: This version has issues with fullscreen apps and with some languages. Please install version 3.8.1 instead

    Changelog:

    • Migrate Qt5 to Qt6. This change means:
      • Scaling issues in the UI are fixed
      • Issues with font kerning are fixed
      • The application will not be compressed anymore (Qt5 wouldn't allow that). This means:
        • No more %temp% folder filling
        • Faster startup times
        • The binary does not include anymore useless .dlls
        • The installer is 50% smaller 50MB -> 25MB
        • So is the executable foler: 120MB -> 75MB
      • Better overall font support
    • Settings window animations improvements
    • Pop-up dialogs improved
    • Welcome wizard layout is arranged in a better, cleaner way
    • The icons in the welcome wizard have been updated
    • The dark mode UI in the welcome wizard has been improved
    • An issue with the Netflix UWP app has been fixed by @xsm1997 (Thank you)
    • Fixed clock misstyling when the main UI theme changed from dark to light or light to dark
    • Improved the clock blurry background on dark mode
    • Update Python to 3.10.7
    • Update win32mica to 1.6
    • Added estonian and bulgarian languages
    • Other fixed and improvements

    Available languages:

    | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 66% | | | Bulgarian - български | 19% | | | Catalan - Català | 100% | | | Czech - Čeština | 98% | | | Danish - Dansk | 25% | | | Dutch - Nederlands | 86% | | | English - English | 100% | | | Estonian - eesti | 98% | | | Finnish - Suomi | 67% | | | French - Français | 98% | | | German - Deutsch | 98% | | | Greek - Ελληνικά | 20% | | | Hebrew - עִבְרִית‎ | 98% | | | Hungarian - Magyar | 98% | | | Indonesian - Bahasa Indonesia | 98% | | | Italian - Italiano | 51% | | | Japanese - 日本語 | 98% | | | Korean - 한국어 | 98% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 65% | | | Norwegian (bokmål) | 98% | | | Norwegian (nynorsk) | 72% | | | Polish - Polski | 98% | | | Portuguese (Brazil) | 84% | | | Portuguese (Portugal) | 98% | | | Romanian - Română | 98% | | | Russian - Русский | 98% | | | Serbian - Srpski | 24% | | | Slovak - Slovenčina | 32% | | | Spanish - Español | 98% | | | Swedish - Svenska | 79% | | | Thai - ภาษาไทย | 85% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 26% | | | Vietnamese - Tiếng Việt | 41% | | | Simplified Chinese (China) | 98% | | | Traditional Chinese (Taiwan) | 90% | |



    SHA256: f7e53b06a58ef4e5f30eacb696c25c1dc35b33c33d14379690a72174392124d6

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(23.79 MB)
  • 3.7.3(Sep 2, 2022)

    Downloads@3.7.3

    2 minor security providers flag ElevenClock as a virus. Those are false positives. VirusTotal results:

    Changelog:

    • Fixed a minor crash occurring with the QtWinExtras module
    • Fixed a string not being localized in any language
    • Updated GeForce Overlay name on the blacklisted apps list (Thanks to @xsm1997)
    • Reduced general icon size (Thanks to @panther7)

    Available languages:

    | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 67% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 26% | | | German - Deutsch | 100% | | | Greek - Ελληνικά | 20% | | | English - English | 100% | | | Spanish - Español | 100% | | | Finnish - Suomi | 68% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 100% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 100% | | | Italian - Italiano | 52% | | | Japanese - 日本語 | 100% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 66% | | | Norwegian (bokmål) | 100% | | | Dutch - Nederlands | 87% | | | Norwegian (nynorsk) | 73% | | | Polish - Polski | 100% | | | Portuguese (Brazil) | 85% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 100% | | | Russian - Русский | 100% | | | Slovak - Slovenčina | 32% | | | Serbian - Srpski | 24% | | | Swedish - Svenska | 80% | | | Thai - ภาษาไทย | 87% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 26% | | | Vietnamese - Tiếng Việt | 42% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 83% | |



    SHA256: 83139dc6bb14fdcfa351a17a86e0af500111d65166565ee68b9b59cc9a0ccd87

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.44 MB)
  • 3.7.2(Aug 31, 2022)

    Downloads@3.7.2

    2 minor security providers flag ElevenClock as a virus. Those are false positives. VirusTotal results:

    Changelog:

    • Fixed crashes happening when laptop lid was closed, computer went to sleep, etc.
    • Added a noice blur effect to the clock when the background color is set to automatic. Now the clock does not look like an addition to the taskbar, but rather it finally looks as if was the real windows clock. This change also applies to the clock covers introduced in the last version
    • Improved translations, updated PyInstaller and Pywin32

    Available languages:

    | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 67% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 26% | | | German - Deutsch | 100% | | | Greek - Ελληνικά | 20% | | | English - English | 100% | | | Spanish - Español | 100% | | | Finnish - Suomi | 68% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 100% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 100% | | | Italian - Italiano | 52% | | | Japanese - 日本語 | 100% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 66% | | | Norwegian (bokmål) | 100% | | | Dutch - Nederlands | 87% | | | Norwegian (nynorsk) | 73% | | | Polish - Polski | 100% | | | Portuguese (Brazil) | 85% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 100% | | | Russian - Русский | 100% | | | Slovak - Slovenčina | 32% | | | Serbian - Srpski | 24% | | | Swedish - Svenska | 80% | | | Thai - ภาษาไทย | 87% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 26% | | | Vietnamese - Tiếng Việt | 42% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 83% | |



    SHA256: 6c121790e62f7d2bf7768276953197ecc96fed75338faf04a82291a0135b47dd

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.55 MB)
  • 3.7.1(Aug 3, 2022)

    Downloads@3.7.1

    Changelog:

    • Fixed the new clock cover blinking whet the clock had a custom height
    • Fixed an issue where the clock would hide with the taskbar even it it was told not to do so
    • Fixed the updates progressbar not being visible in certain scenarios
    • Improved the update button in the settings window
    • Updated languages
    • Other improvements and fixes

    Available languages:

    | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 67% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 26% | | | German - Deutsch | 98% | | | Greek - Ελληνικά | 20% | | | English - English | 100% | | | Spanish - Español | 100% | | | Finnish - Suomi | 68% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 88% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 100% | | | Italian - Italiano | 52% | | | Japanese - 日本語 | 100% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 34% | | | Norwegian (bokmål) | 98% | | | Dutch - Nederlands | 77% | | | Norwegian (nynorsk) | 73% | | | Polish - Polski | 100% | | | Portuguese (Brazil) | 85% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 100% | | | Russian - Русский | 100% | | | Slovak - Slovenčina | 32% | | | Serbian - Srpski | 24% | | | Swedish - Svenska | 80% | | | Thai - ภาษาไทย | 87% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 26% | | | Vietnamese - Tiếng Việt | 18% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 83% | |



    SHA256: fb89e252e725f00ff6b1daa94def3716d80519171d839d05ce17df56b2460a10

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.45 MB)
  • 3.7.0(Aug 1, 2022)

    Downloads@3.7.0

    Changelog:

    • Added the ability to hide system clock when the clock moves to the left. This behaviour is experimental and can be disabled from the settings window
    • Fixed the announcements section
    • Improved the uninstaller
    • Improved app metadata and branding
    • Updated translations
    • Better releases

    Available languages:

    | Language | Translated | | | :-- | :-- | --- | | Arabic - عربي‎ | 67% | | | Catalan - Català | 100% | | | Czech - Čeština | 100% | | | Danish - Dansk | 26% | | | German - Deutsch | 98% | | | Greek - Ελληνικά | 20% | | | English - English | 100% | | | Spanish - Español | 100% | | | Finnish - Suomi | 68% | | | French - Français | 100% | | | Hebrew - עִבְרִית‎ | 29% | | | Hungarian - Magyar | 100% | | | Indonesian - Bahasa Indonesia | 100% | | | Italian - Italiano | 52% | | | Japanese - 日本語 | 100% | | | Korean - 한국어 | 100% | | | Lithuanian - Lietuvių | 24% | | | Latvian - Latviski | 34% | | | Norwegian (bokmål) | 98% | | | Dutch - Nederlands | 53% | | | Norwegian (nynorsk) | 73% | | | Polish - Polski | 100% | | | Portuguese (Brazil) | 85% | | | Portuguese (Portugal) | 100% | | | Romanian - Română | 100% | | | Russian - Русский | 99% | | | Slovak - Slovenčina | 32% | | | Serbian - Srpski | 24% | | | Swedish - Svenska | 80% | | | Thai - ภาษาไทย | 87% | | | Turkish - Türkçe | 21% | | | Ukranian - Yкраї́нська | 26% | | | Vietnamese - Tiếng Việt | 18% | | | Simplified Chinese (China) | 100% | | | Traditional Chinese (Taiwan) | 83% | |



    SHA256: 3e16971f51da7ebb3a6f6bfc6f567d557c4d2583aab129478a838242c42bb395

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.42 MB)
  • 3.6.4(Jul 12, 2022)


    Changelog:

    • Hopefully fix the crashes (yes, again)
    • Fixed an issue with the clock's hover on light mode
    • Updated languages
    • Other code improvements and bug fixes

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Romanian
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: b672128ee7b3af3c38e3aa2e9f5b564254665bb53a6f3898976aede6060ed630

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.40 MB)
  • 3.6.3(Jul 9, 2022)


    Changelog:

    • Rmoved window title from fullscreen windows on the log
    • Fixed text being cut on certain QComboBoxes
    • Fixed crashes resulting from self-extracted folder being removed during app launch
    • Removed deprecated options from the Experimental settings menu
    • Updated languages
    • Other code improvements and bug fixes

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Romanian
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: 8942149b83b7269692f7308d7e86962f7a6789fbaa5872c62867a5a173fe5e66

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.39 MB)
  • 3.6.2(Jul 6, 2022)


    Changelog:

    • Fixed folders appearing on the C: directory and subsequent crashes
    • Aligned the notification counter and the focus assistant icon
    • Improved tools and hide clocks icons in the context menu
    • Updated languages
    • Other code improvements and bug fixes

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Romanian
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: e3e6f4bbe5e3ecccc7e6622dec1b966fda47851b52842d40eb854c65263de781

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.41 MB)
  • 3.6.1(Jul 2, 2022)


    Changelog:

    • UI improvements:
      • All comboboxes now have a comsistent look across the settings window
      • The border radius have been increased and made consistent across the different sections of the settings window
      • The clock hover is brighter, resembling even more the original look and feel
      • The clock hover is now properly aligned and has its proper margins
      • The clock text is now vertical-aligned properly
    • Fixed the clock dumping up files in the temp folder (#790)
    • The languages will show its name in the language, appart from english
    • Translation percentage won't show if it is 100%
    • Added romanian language
    • Updated other languages
    • Other code improvements and bug fixes

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Romanian
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: d65f560d9c60c39b4dc8b23664ddd9ddd59f1a581a53922dd3b37e0529ed5339

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.39 MB)
  • 3.6.0(Jun 13, 2022)


    Changelog:

    • Internet time will now detect your location

    • Improved the language file system, making it waaaay faster (from 1.5 secs to load to 0.05 secs).

      • The files are now JSONs
      • The language selector shows the translated percentage
      • The link to the translation info has been updated
    • Added the ability to make the clock transparent when a window is in fullscreen

    • Improved font selectors

    • Added the Welcome Wizard:

      • This wizard will guide new users shriugh basic configuration
      • image
    • Other improvements

    • Bugfixes and other improvements (as usual :))

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: 7ad5f4b0866825ce03a03c8e23544d54c65b0ada8c620f0d7de552d1a08bd71f

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(51.35 MB)
  • 3.5.0(May 1, 2022)


    Changelog:

    • Added the ability to sync the time with the internet:
      • The sync is performed using the https://worldtimeapi.org/ or the http://worldclockapi.com/ api. Currently there's no support for location detection, but it will come soon. In order to get this feature to work, check out the wiki
      • The user has the ability to select the period of time that must pass before the clock syncs the time again
      • The feature has been tested and the time offset between different computers is less than 0.1 seconds. Tested over WI-FI and over ethernet.
    • Added the ability to fully customize the tooltip, featuring:
      • Font change
      • Font size change
      • Font color change
      • Background color change
      • Deactivation of the fluent effect
    • Minor UI details improved in the settings window
    • Removed an extra space appearing when the seconds ended with a 1 and the language used a chinese font
    • Added the ability to reload the clocks externally (to enable integration with other software)
    • Fixed the 1px offset present in the clock on certain systems
    • Updated languages
    • Bugfixes and other improvements (as usual :))

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: 92930c5f52fab8e0b42d1a9dc66ed31c17f9d48b3819f7b9afcd60079f7c1d6d

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(50.30 MB)
  • 3.4.1(Apr 18, 2022)


    ElevenClock versions 3.4.x are planned to introduce compatibility with Windows 11 Sun Valley 2 (Windows 11 22581+). This version, however, does not include any improvement (due to lack of time)

    Changelog:

    This update contains less changes than usual due to lack of time.

    • Fixed a bug where the tooltip could provide wrong times for other timezones
    • Fixed an issue with the titlebar of the settings window on older Windows 11 versions
    • Added Thai language
    • Updated some translations
    • Other improvements

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Thai
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: a37ab9055a5c74690990570864805514e13336f120fb3f98c9c9e36d8900dd1a

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(50.26 MB)
  • 3.4.0(Apr 3, 2022)


    ElevenClock versions 3.4.x are planned to introduce compatibility with Windows 11 Sun Valley 2 (Windows 11 22581+)

    Changelog:

    • Fixed the clock overlaying the new taskbar's border (Windows 11 22581+)
    • Updated focus assistant icon (Windows 11 22581+)
      • The clock will show a different (filled) icon depending on the amount of unread notifications when focus assistant is enabled
    • Added titlebar and app icon on the settings window (Windows 11 22581+)
    • Removed some UI artifacts that appeared on hovering the clock
    • Added regional clocks to the tooltip (if they happen to be enabled)
    • Added the ability to disable/change the clock's clicked action
    • Fixed the settings search UI
    • Upgraded to Python 3.10 and PyInstaller 4.9 (finally)
    • Other fixes and improvements

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: 8e1a5a28b37bca5d74dc084683078646556c7041cd96c7edae306fa2a57c2bf8

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(50.08 MB)
  • 3.3.2(Mar 19, 2022)


    Changelog:

    • Added the option to export and import setings
    • Improved mica transparencies
    • Improved expand/collapse animations
    • Updater is now less intrusive
    • Fixed an issue with RAM counting (Special thanks to @panther7)
    • Fixed an issue with blank tooltips (when users had dark mode taskbar and light mode apps)
    • Added a tooltip to system icon tray
    • Fixed (Hopefully) an issue with dual instances
    • Built a faster executable with compiled .pyc files instead of .py ones
    • Other fixes and improvements

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: 5080103da8b4c5ce24c7588480203946fde06b655dd04d7e4467f901c2ee29b0

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(49.43 MB)
  • 3.3.1(Mar 7, 2022)


    Changelog:

    • Added a live preview for the custom format section*
    • Fixed issues with the custom format
    • Fixed issues with black clocks
    • Fixed issues with multicolor clocks
    • Added the ability to disable tooltips
    • Other fixes and improvements

    *image

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: 65c50d5ce7c9f7e77ac13bd31ed61dc6a9c9931a5a8f8a6a0790ce305883f106

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(49.39 MB)
  • 3.3.0(Mar 1, 2022)


    Changelog:

    • Added the ability to specify a custom date and time format*
    • Added the ability to move single clocks to the top
    • Fixed issues with the context menu
    • Added a tooltip on the clock that shows the long date (as in Windows clock)
    • Fixed an issue with the IME switcher
    • Fixed issues with Netflix
    • Added a better installer media **
    • Other fixes and improvements

    * image ** image (Yes it is literally in the installer)

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: FCC451837407A9233084F18FEA131EC641C5552C8E0E9C9FB5D369CDB51162DF

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(45.09 MB)
  • 3.2.3(Feb 16, 2022)


    This version is an urgent release aiming to fix the crashes and the log. Additionally, in inckudes the following changes:

    • The log has been fixed
    • Seconds don't shift anymore
    • ElevenClock shouldn't crash
    • An issue with the size of the hover has been fixed

    Version 3.2.1 Changelog:

    • Added the ability to search through the settings
    • Added the ability to set a minimum width for the clock
    • Added the ability (experimental) to restore the default legacy fullscreen mode check
    • Fixed the movement of the time strings when the seconds are enabled
    • Improved the titlebar in the settings window
    • Added Nynorsk
    • Fixed an issue where elevenclock would crash when the context menu was clicked
    • Fixed left-to-right locales
    • Other improvements and bugfixes

    Available Languages

    • Arabic
    • Catalan
    • Czech (Čeština)
    • Danish
    • Dutch
    • English
    • Finnish
    • French
    • German
    • Greek
    • Hebrew
    • Hungarian
    • Indonesian
    • Italian
    • Japanese
    • Korean
    • Latvian
    • Lithuanian
    • Norwegian
    • Nynorsk
    • Polish
    • Portuguese (Brazil)
    • Portuguese (Portugal)
    • Russian
    • Simplified Chinese (China)
    • Serbian
    • Slovak
    • Spanish
    • Swedish
    • Traditional Chinese (Taiwan)
    • Turkish
    • Ukranian
    • Vietnamese

    SHA256: fdd881e07c66f34adc6734b90019661696f6286a4e6d18e4fe4eff826a5739ed

    Source code(tar.gz)
    Source code(zip)
    ElevenClock.Installer.exe(42.12 MB)
With this program you can work English & Turkish

1 - How Can I Work This? You must have Python compilers in order to run this program. First of all, download the compiler in the link. Compiler 2 - Do

Mustafa Bahadır Doğrusöz 3 Aug 07, 2021
We propose the adversarial blur attack (ABA) against visual object tracking.

ABA We propose the adversarial blur attack (ABA) against visual object tracking. The ICCV link: https://arxiv.org/abs/2107.12085 and, https://openacce

Qing Guo 13 Dec 01, 2022
A zero-dependency Python library for getting the Kubernetes token of a AWS EKS cluster

tokeks A zero-dependency Python library for getting the Kubernetes token of a AWS EKS cluster. No AWS CLI, third-party client or library (boto3, botoc

Chris Karageorgiou Kaneen 6 Nov 04, 2022
Easy to use API Wrapper for somerandomapi.ml.

Overview somerandomapi is an API Wrapper for some-random-api.ml Examples Asynchronous from somerandomapi import Animal

Myxi 1 Dec 31, 2021
Python binding for Terraform.

Python libterraform Python binding for Terraform. Installation $ pip install libterraform NOTE Please install version 0.3.1 or above, which solves the

Prodesire 28 Dec 29, 2022
A Discord token grabber executing in a Microsoft Document.

🦊 Rage 🦊 Rage is a tool written in Python3 allowing you to inject a Python3 complete Discord token grabber (Riot) script in a Microsoft Document usi

Billy 73 Nov 03, 2022
Using a Gameboy emulator and making it into a DIscord bot !

Gameboy-Discord Using a Gameboy emulator and making it into a Discord bot ! Im not the best at doing this, and i suck at coding so its completely unde

7 Oct 18, 2022
An Open Source ALL-In-One Telegram RoBot, that can do lot of things.

An Open Source ALL-In-One Telegram RoBot, that can do lot of things.

JOBIN 0 Dec 01, 2021
Send pm to Admin - Telegram

Send pm to Admin - Telegram

Ahoora 3 Nov 17, 2022
New developed moderation discord bot by archisha

Monitor42 New developed moderation discord bot by αrchιshα#5518. Details Prefix: 42! Commands: Moderation Use 42!help to get command list. Invite http

Kamilla Youver 0 Jun 29, 2022
Windows版本微信客户端(非网页版)自动化,可实现简单的发送、接收微信消息

wxauto Windows版本微信客户端自动化,可实现简单的发送、接收微信消息

357 Dec 29, 2022
Telegram bot for stream music on telegram, powered by py-tgcalls and Pyrogram

Telegram Streamer Bot Telegram bot for stream music on telegram, powered by py-tgcalls and Pyrogram ✨ Features Coming soon, help me to improve it 🛠 C

Shohih Abdul 11 Oct 21, 2022
Talon accessibility - Experimental Talon integrations using macOS accessibility APIs

talon_accessibility Experimental Talon integrations using macOS accessibility AP

Phil Cohen 11 Dec 23, 2022
Benachrichtigungs-Bot für das niedersächische Impfportal / Notification bot for the lower saxony vaccination portal

Ein kleines Wochenend-Projekt von mir. Der Bot überwacht die REST-API des niedersächsischen Impfportals auf freie Impfslots und sendet eine Benachrichtigung mit deinem bevorzugtem Service. Ab da gilt

sibalzer 37 May 11, 2022
Telegram bot for searching videos in your PDisk account by @AbirHasan2005

PDisk-Videos-Search A Telegram bot for searching videos in your PDisk account by @AbirHasan2005. Configs API_ID - Get from @TeleORG_Bot API_HASH - Get

Abir Hasan 39 Oct 21, 2022
ro.py is a modern, asynchronous Python 3 wrapper for the Roblox API.

GitHub | Discord | PyPI | Documentation | Examples | License Overview Welcome to ro.py! ro.py is an asynchronous, object-oriented wrapper for the Robl

ro.py 81 Dec 26, 2022
A powerful application to automatically deploy GitHub Release.

A powerful application to automatically deploy GitHub Release.

Fentaniao 43 Sep 17, 2022
Sniper for Anigame and Izzi discord bots!

Anigame Sniper Gen-3 Features Inbuilt Spammer Responds to your messages in discord (on/off) Snipes only where you want it to Set latency so that the b

22 Nov 13, 2022
Zen-Userbot - Userbot gabut With Python

Zen-Userbot Disclaimer ⚠️ PERINGATAN UNTUK ANDA ⚠️ ️ Zen-Userbot

Wahyusaputra 6 Feb 12, 2022
PyHoroscope - Observational Indian lunisolar calendar, horoscope and matching using the Swiss ephemeris

PyHoroscope Observational Indian lunisolar calendar, horoscope and matching usin

4 Jun 05, 2022