Update dotfiles (2026-01-19 19:48:47)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// ClockWidget.qml
|
||||
import QtQuick
|
||||
|
||||
Text {
|
||||
// we no longer need time as an input
|
||||
|
||||
// directly access the time property from the Time singleton
|
||||
text: Time.time
|
||||
}
|
||||
Reference in New Issue
Block a user