From f08e5ffbad5a8a125f689a30a4f40b40527ca2a6 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:54:40 +0900 Subject: modified statusbar/sb-ecrypt --- ar/.local/bin/statusbar/sb-ecrypt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ar/.local/bin/statusbar/sb-ecrypt b/ar/.local/bin/statusbar/sb-ecrypt index 7b17b81..0b75915 100755 --- a/ar/.local/bin/statusbar/sb-ecrypt +++ b/ar/.local/bin/statusbar/sb-ecrypt @@ -14,8 +14,10 @@ mount | grep -q "/mnt/" && mnt_mounted=1 if [ $secret_mounted -eq 1 ] && [ $mnt_mounted -eq 1 ]; then echo "🔑" -elif [ $secret_mounted -eq 1 ] || [ $mnt_mounted -eq 1 ]; then +elif [ $secret_mounted -eq 1 ]; then echo "🔐" +elif [ $mnt_mounted -eq 1 ]; then + echo "🔏" else echo "🔒" fi -- cgit v1.2.3