It's new
This commit is contained in:
parent
27a817fff3
commit
9f65e9b248
12 changed files with 75 additions and 28 deletions
9
config/polybar/keystore
Executable file
9
config/polybar/keystore
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
output="$(ssh-add -l)"
|
||||
if [ $? -ne 0 ]; then
|
||||
echo
|
||||
else
|
||||
echo -n " "
|
||||
echo "$output" | wc -l
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue