From 454801a7728220aef268d319a9da5d43d317f671 Mon Sep 17 00:00:00 2001 From: ly-sec Date: Sun, 13 Jul 2025 16:20:47 +0200 Subject: [PATCH] Small Settings.qml update --- Settings/Settings.qml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Settings/Settings.qml b/Settings/Settings.qml index 86511554..012a0464 100644 --- a/Settings/Settings.qml +++ b/Settings/Settings.qml @@ -1,17 +1,20 @@ pragma Singleton import QtQuick import QtCore +import Quickshell import qs.Services QtObject { + Component.onCompleted: { Qt.application.name = "quickshell" - Qt.application.organization = "quisckshell" + Qt.application.organization = "quickshell" + console.log(Qt.application.organization) Qt.application.domain = "quickshell.app" loadSettings() } property string weatherCity: "Dinslaken" - property string profileImage: "/home/user/.face" + property string profileImage: "/home/" + Quickshell.env("USER") + "/.face" property bool useFahrenheit property string wallpaperFolder: "/usr/share/wallpapers" property string currentWallpaper: ""