diff options
Diffstat (limited to 'config/i3blocks/scripts/allsync')
-rwxr-xr-x | config/i3blocks/scripts/allsync | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/i3blocks/scripts/allsync b/config/i3blocks/scripts/allsync index 211799d..472954f 100755 --- a/config/i3blocks/scripts/allsync +++ b/config/i3blocks/scripts/allsync @@ -1,6 +1,9 @@ -#!/bin/bash -if allsync enabled; then +#!/usr/bin/env bash +if allsync enabled 2>/dev/null; then echo "sync" +else echo - echo "#ffff00" fi + +echo +echo "#ffff00" |