diff options
Diffstat (limited to '.bin/ag-light')
-rwxr-xr-x | .bin/ag-light | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.bin/ag-light b/.bin/ag-light new file mode 100755 index 0000000..0d15722 --- /dev/null +++ b/.bin/ag-light @@ -0,0 +1,14 @@ +#!/bin/sh + +light -N 1 + +case "${1}" in + i*) + light -A 10 + ;; + d*) + light -U 10 + ;; +esac + +ag-status &>/dev/null |