summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-18 22:41:02 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-18 22:41:02 +1000
commita274a8548ee6e5cff1bc9574116d593b19a5c262 (patch)
treea6527ac7bbdd1456609a08b7e681b8fc29dbfc07 /modules/dashboard/dash
parentfeat: dashboard pfp picker (diff)
downloadcaelestia-shell-a274a8548ee6e5cff1bc9574116d593b19a5c262.tar.gz
caelestia-shell-a274a8548ee6e5cff1bc9574116d593b19a5c262.tar.bz2
caelestia-shell-a274a8548ee6e5cff1bc9574116d593b19a5c262.zip
dashboard: send notif when pfp changed
Diffstat (limited to 'modules/dashboard/dash')
-rw-r--r--modules/dashboard/dash/User.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml
index ead6fcd..32e983d 100644
--- a/modules/dashboard/dash/User.qml
+++ b/modules/dashboard/dash/User.qml
@@ -111,6 +111,7 @@ Row {
onAccepted: {
Paths.copy(selectedFile, `${Paths.home}/.face`);
pfp.pathChanged();
+ Quickshell.execDetached(["notify-send", "-a", "caelestia-shell", "-u", "low", "Profile picture changed", `Profile picture changed to ${Paths.strip(selectedFile)}`]);
}
}
}