Code Monkey home page Code Monkey logo

Comments (5)

stuin avatar stuin commented on June 14, 2024

I added one a while ago that tells you how long wlx-overlay has been running, you can simply replace alt clock 1 in the watch.yaml config file with this.

# 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"

from wlx-overlay-s.

OzzyHelix avatar OzzyHelix commented on June 14, 2024

where would I find the watch.yaml file?

from wlx-overlay-s.

galister avatar galister commented on June 14, 2024

hi, see the wiki here.

from wlx-overlay-s.

OzzyHelix avatar OzzyHelix commented on June 14, 2024

I didn't know you could customize it like this I just assumed it was something I would have to ask for as a feature

from wlx-overlay-s.

OzzyHelix avatar OzzyHelix commented on June 14, 2024

this is what worked for me I just moved the Japan time to Alt clock 2 thanks guys sorry I assumed this wasn't a feature yet also having the seconds is the change I made thanks tho closing

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

from wlx-overlay-s.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.