Lockscreen for KDE Plasma 5

Win 10 Lockscreen

OWM


Hub Info Lockscreen

alt_text

Lockscreen Settings

config



Download MyBreeze.zip to test usage
Or create your own theme and use Clock10.qml or ClockHub.qml to replace the standard Clock.qml in the Breeze LnF theme.

  • Lockscreen
    • Select Clock Style
    • System Settings - >Workspace Behavior - >Screen Locking ->Appearance ->Clock Style Config
    • Win 10 or Hub Style
    • Win 10 / Lower left side of display
      • Clock10.qml within components folder
      • Current time / date
      • Calendar Events
      • Current weather conditions
    • Hub Style / Centered top of display
      • ClockHub.qml
      • Current time / date
      • Calendar events
      • Current weather conditions
      • G-mail new messages
      • Weather forecast
      • NYSE Market indexes
      • Favorite sports team scores

Config for lockscreen data

  • NYSE market data from yahoo.finance.com
  • Sports data from espn.com
  • Weather data from dark sky
  • G-Mail unread messages count

GetData.qml library functions to retrieve data from internet

  • Edit this file for weather, market data, sports teams, gmail

G-Mail python is required to access your mailbox data

Calendar Events

  • Events.qml within components folder
  • Edit to add / change events for your needs

Weather Info

  • Obtain key for Open Weather API
  • Use systemd timer to update weather with curl
  • Write json data to to local file, used in lockscreen Clock10.qml / ClockHub.qml