diff options
Diffstat (limited to 'ar/.local')
| -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 |
