diff --git a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml index 102b220..62adad7 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -1,7 +1,16 @@ +pragma ComponentBehavior: Bound + import Quickshell import QtQuick ShellRoot { + id: root + + SystemClock { + id: clock + precision: SystemClock.Minutes + } + Variants { model: Quickshell.screens @@ -14,12 +23,7 @@ ShellRoot { anchors.left: true anchors.bottom: true implicitWidth: 50 - color: "#1a1b26" - - SystemClock { - id: clock - precision: SystemClock.Minutes - } + color: "#9d8a90" Text { anchors.centerIn: parent