refractor: DeltaruneQuickshell -> Shell
This commit is contained in:
28
Shell/Topbar/topbar/DarkDollarsDisplay.qml
Normal file
28
Shell/Topbar/topbar/DarkDollarsDisplay.qml
Normal file
@@ -0,0 +1,28 @@
|
||||
import QtQuick
|
||||
|
||||
// import Quickshell
|
||||
|
||||
Item {
|
||||
Text {
|
||||
x: 1064 + 117
|
||||
y: 37 + 9
|
||||
color: "#ffffff"
|
||||
text: "D$ 4294"
|
||||
font.pixelSize: 64
|
||||
font.family: "8bitoperator JVE"
|
||||
}
|
||||
|
||||
// SystemClock {
|
||||
// id: clock
|
||||
// precision: SystemClock.Minutes
|
||||
// }
|
||||
|
||||
// Text {
|
||||
// x: 1064 + 117
|
||||
// y: 37 + 9 + 64
|
||||
// color: "#777777"
|
||||
// text: Qt.formatDateTime(clock.date, "dd/MM - hh:mm")
|
||||
// font.pixelSize: 32
|
||||
// font.family: "8bitoperator JVE"
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user