summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar/sb-ecrypt
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-26 12:02:08 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-26 12:02:08 +0900
commit67a868697148fcbadadf45e638ab4b8a0b16a24e (patch)
treea949b0d9eed7662f52417360385ffc0a0f8c2642 /ar/.local/bin/statusbar/sb-ecrypt
parentf08e5ffbad5a8a125f689a30a4f40b40527ca2a6 (diff)
modified statusbar/sb-ecrypt
Diffstat (limited to 'ar/.local/bin/statusbar/sb-ecrypt')
-rwxr-xr-xar/.local/bin/statusbar/sb-ecrypt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ar/.local/bin/statusbar/sb-ecrypt b/ar/.local/bin/statusbar/sb-ecrypt
index 0b75915..199c93c 100755
--- a/ar/.local/bin/statusbar/sb-ecrypt
+++ b/ar/.local/bin/statusbar/sb-ecrypt
@@ -13,11 +13,11 @@ mount | grep -q "$HOME/Secret" && secret_mounted=1
mount | grep -q "/mnt/" && mnt_mounted=1
if [ $secret_mounted -eq 1 ] && [ $mnt_mounted -eq 1 ]; then
- echo "🔑"
+ echo "🔑"
elif [ $secret_mounted -eq 1 ]; then
- echo "🔐"
+ echo "🔏"
elif [ $mnt_mounted -eq 1 ]; then
- echo "🔏"
+ echo "🔐"
else
- echo "🔒"
+ echo "🔒"
fi