Quickshell


SystemClock: QtObject

enum
import Quickshell
System clock accessor.
  • enabled bool

    If the clock should update. Defaults to true.

    Setting enabled to false pauses the clock.

  • hours int
    readonly

    The current hour.

  • minutes int
    readonly

    The current minute, or 0 if Go to precision is SystemClock.Hours.

  • precision SystemClock

    The precision the clock should measure at. Defaults to SystemClock.Seconds.

  • seconds int
    readonly

    The current second, or 0 if Go to precision is SystemClock.Hours or SystemClock.Minutes.

  • Hours
    No details provided
  • Minutes
    No details provided
  • Seconds
    No details provided