summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 16:31:23 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-24 16:31:23 +0800
commita0cc31ff581fb33c679b2016d2d00d4d86cb7031 (patch)
tree365854d14605e569e32228b1a2a6d6225c4e38bd /modules/dashboard
parenticons: better matching + add category icon (diff)
downloadcaelestia-shell-a0cc31ff581fb33c679b2016d2d00d4d86cb7031.tar.gz
caelestia-shell-a0cc31ff581fb33c679b2016d2d00d4d86cb7031.tar.bz2
caelestia-shell-a0cc31ff581fb33c679b2016d2d00d4d86cb7031.zip
refactor: path utils
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/dash/User.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml
index 700216f..a36536f 100644
--- a/modules/dashboard/dash/User.qml
+++ b/modules/dashboard/dash/User.qml
@@ -6,7 +6,6 @@ import Quickshell
import Quickshell.Io
import Quickshell.Widgets
import QtQuick
-import Qt.labs.platform
Row {
id: root
@@ -31,7 +30,7 @@ Row {
CachingImage {
anchors.fill: parent
- path: `${StandardPaths.standardLocations(StandardPaths.HomeLocation)[0]}/.face`
+ path: `${Paths.home}/.face`
}
Behavior on color {