From 53008538e5bef961e9ceb5abc5c5ee05a559e97d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 16:53:43 -0500 Subject: update qs config --- .config/quickshell/Wall.qml | 52 --------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 .config/quickshell/Wall.qml (limited to '.config/quickshell/Wall.qml') diff --git a/.config/quickshell/Wall.qml b/.config/quickshell/Wall.qml deleted file mode 100644 index fc47161..0000000 --- a/.config/quickshell/Wall.qml +++ /dev/null @@ -1,52 +0,0 @@ -import Quickshell -import QtQuick -import QtQuick.Layouts - -Variants { - model: Quickshell.screens; - - delegate: Component { - PanelWindow { - id: root - - required property var modelData - screen: modelData - - property string fontFamily: "Poppins" - property int fontSize: 14 - - anchors { - top: true - bottom: true - left: true - right: true - } - aboveWindows: false - - color: "transparent" - - ColumnLayout { - x: 32 - y: 80 - - Text { - text: Qt.formatDateTime(Time.time, "hh:mm") - color: Flexoki.bg - font { family: root.fontFamily; weight: 800; pixelSize: root.fontSize * 7 } - } - - Text { - text: Qt.formatDateTime(Time.time, "MMMM d, yyyy") - color: Flexoki.bg - font { family: root.fontFamily; weight: 300; pixelSize: root.fontSize * 2.25 } - } - - Text { - text: Uptime.uptime - color: Flexoki.bg - font { family: root.fontFamily; weight: 300; pixelSize: root.fontSize * 1.75 } - } - } - } - } -} -- cgit v1.2.3