diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-26 12:02:08 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-26 12:02:08 +0900 |
| commit | 67a868697148fcbadadf45e638ab4b8a0b16a24e (patch) | |
| tree | a949b0d9eed7662f52417360385ffc0a0f8c2642 /ar/.local/bin/statusbar | |
| parent | f08e5ffbad5a8a125f689a30a4f40b40527ca2a6 (diff) | |
modified statusbar/sb-ecrypt
Diffstat (limited to 'ar/.local/bin/statusbar')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-ecrypt | 8 |
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 |
