galister / wlx-overlay-s

Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR. Now with Vulkan!
GNU General Public License v3.0
100 stars 18 forks source link

Add uptime timer module #15

Closed stuin closed 3 months ago

stuin commented 3 months ago

Uptime clock that can be used to replace a clock on the watch like so:

# uptime
  - type: Label
    rect: [210, 90, 200, 50]
    font_size: 24
    fg_color: "#99BBAA"
    source: Timer
    format: "%H:%M" # 23:59
  - type: Label
    rect: [210, 60, 200, 50]
    font_size: 14
    fg_color: "#99BBAA"
    source: Static
    text: "Uptime"
galister commented 3 months ago

neat, thanks