inital commit
This commit is contained in:
8
.local/bin/statusbar/sync_status
Executable file
8
.local/bin/statusbar/sync_status
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
string="$(insync get_status)"
|
||||
|
||||
case "$string" in
|
||||
SYNCED) echo '🔗' ;;
|
||||
OFFLINE) echo '🔗' ;;
|
||||
SYNCING) echo '🔄' ;;
|
||||
esac
|
Reference in New Issue
Block a user