Tech News
← Back to articles

Quickshell – building blocks for your desktop

read original related products more articles

// a standard desktop window

FloatingWindow {

Timer {

// assign an id to the object, which can be

// used to reference it

id : timer

property bool invert : false // a custom property

// change the value of invert every half second

running : true ; repeat : true

interval : 500 // ms

... continue reading