wip qs
This commit is contained in:
parent
c7e8c1a9f5
commit
269a336f50
6 changed files with 194 additions and 0 deletions
13
homeConfigurations/muede/.config/quickshell/Time.qml
Normal file
13
homeConfigurations/muede/.config/quickshell/Time.qml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pragma Singleton
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Singleton {
|
||||
property string currentTime: {
|
||||
Qt.formatDateTime(clock.date, "ddd, dd. MMM hh:mm:ss");
|
||||
}
|
||||
SystemClock {
|
||||
id: clock
|
||||
precision: SystemClock.Seconds
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue