summaryrefslogtreecommitdiffstats
path: root/desktop/sddm-theme-artix/add_clock.diff
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/sddm-theme-artix/add_clock.diff')
-rw-r--r--desktop/sddm-theme-artix/add_clock.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/desktop/sddm-theme-artix/add_clock.diff b/desktop/sddm-theme-artix/add_clock.diff
new file mode 100644
index 0000000000..d87dc88b3f
--- /dev/null
+++ b/desktop/sddm-theme-artix/add_clock.diff
@@ -0,0 +1,18 @@
+--- a/artix/Main.qml 2020-06-23 13:43:28.000000000 -0700
++++ b/artix/Main.qml 2022-08-16 21:06:03.751406362 -0700
+@@ -44,6 +44,15 @@
+ color: "transparent"
+ //visible: primaryScreen
+
++ Clock {
++ id: clock
++ anchors.margins: 5
++ anchors.top: parent.top; anchors.right: parent.right
++
++ color: "white"
++ timeFont.family: "Oxygen"
++ }
++
+ Image {
+ id: rectangle
+ anchors.centerIn: parent