SystemClock: QtObject [enum]

import Quickshell

System clock accessor.

Variants

Properties

Variant Details

Hours

No details provided.

Minutes

No details provided.

Seconds

No details provided.

Property Details

enabled: bool

If the clock should update. Defaults to true.

Setting enabled to false pauses the clock.

[readonly]

hours: int

The current hour.

[readonly]

minutes: int

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

precision: SystemClock

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

[readonly]

seconds: int

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