From 12e07aab9bced5c2f7239b2fc7ab1b005dfa579c Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 29 Jul 2025 23:35:18 -0400 Subject: [PATCH] dont need --- config/Paths.qml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config/Paths.qml diff --git a/config/Paths.qml b/config/Paths.qml deleted file mode 100644 index 21a23f3..0000000 --- a/config/Paths.qml +++ /dev/null @@ -1,13 +0,0 @@ -import QtQuick -import Quickshell - -Singleton { - id: root - - readonly property url cache: `${StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]}/lux` - readonly property url config: `${StandardPaths.standardLocations(StandardPaths.GenericConfigLocation)[0]}/quickshell` - readonly property url data: `${StandardPaths.standardLocations(StandardPaths.GenericDataLocation)[0]}/lux` - readonly property url home: StandardPaths.standardLocations(StandardPaths.HomeLocation)[0] - readonly property url state: `${StandardPaths.standardLocations(StandardPaths.GenericStateLocation)[0]}/lux` - readonly property url wallpapers: `${StandardPaths.standardLocations(StandardPaths.HomeLocation)[0]}/Wallpapers` -}