From 67a868697148fcbadadf45e638ab4b8a0b16a24e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:02:08 +0900 Subject: modified statusbar/sb-ecrypt --- ar/.local/bin/statusbar/sb-ecrypt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ar/.local/bin/statusbar/sb-ecrypt') 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 -- cgit v1.2.3