wip qs
This commit is contained in:
parent
c7e8c1a9f5
commit
269a336f50
6 changed files with 194 additions and 0 deletions
7
homeConfigurations/muede/.config/quickshell/Clock.qml
Normal file
7
homeConfigurations/muede/.config/quickshell/Clock.qml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import QtQuick.Controls
|
||||
|
||||
Label {
|
||||
required property string time
|
||||
|
||||
text: time
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue