summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-19 00:39:45 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-19 00:39:45 +0900
commit0e099f04f50fbacde8dddd6b4bded1a71dafc9a6 (patch)
treeaee627457f5857506d425407125d83819f80fef1 /ar/.local
parent80f9a77589f4aaa726de9ece2e5e274240f95b30 (diff)
modified statusbar/sb-ecryptHEADmaster
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/statusbar/sb-ecrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-ecrypt b/ar/.local/bin/statusbar/sb-ecrypt
index f07b994..9ba6e26 100755
--- a/ar/.local/bin/statusbar/sb-ecrypt
+++ b/ar/.local/bin/statusbar/sb-ecrypt
@@ -7,4 +7,4 @@ case $BLOCK_BUTTON in
6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;
esac
-mount | grep -q "$HOME/Private" && echo "🔑" || echo "🔒"
+mount | grep -q "$HOME/Secret" && echo "🔑" || echo "🔒"