diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-02-08 22:53:58 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-02-08 22:53:58 +0800 |
commit | ae30fc9716f68dd046f84a9e526c964aa28c6110 (patch) | |
tree | 14ce9a298b465b41ccd184304c6297f6b84f0fd5 /_conky/cronograph/scripts/blinkingLED | |
parent | 2cbefa4da6f522e273e3df121f272d205e96e976 (diff) | |
download | dotfiles-ae30fc9716f68dd046f84a9e526c964aa28c6110.tar.bz2 |
Drop conky configuration (I no longer use conky)
Diffstat (limited to '_conky/cronograph/scripts/blinkingLED')
-rwxr-xr-x | _conky/cronograph/scripts/blinkingLED | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_conky/cronograph/scripts/blinkingLED b/_conky/cronograph/scripts/blinkingLED deleted file mode 100755 index 3f4c814..0000000 --- a/_conky/cronograph/scripts/blinkingLED +++ /dev/null @@ -1,3 +0,0 @@ -${image $HOME/.conky/cronograph/images/Blank.png -p 129, 241 -s 40x40}${if_match ${execi 1 num=$(date +%-S);rem=$(( num % 2 ));if [ $rem -eq 0 ] ; then echo 0 ; else echo 1 ; fi}==0}${image $HOME/.conky/cronograph/images/Blue.png -p 129, 241 -s 40x40}${endif} -${image $HOME/.conky/cronograph/images/Blank.png -p 19, 129 -s 40x40}${if_match ${execi 1 num=$(date +%-S);rem=$(( num % 2 ));if [ $rem -eq 0 ] ; then echo 0 ; else echo 1 ; fi}==0}${image $HOME/.conky/cronograph/images/Blue.png -p 19, 129 -s 40x40}${endif} -${image $HOME/.conky/cronograph/images/Blank.png -p 240, 129 -s 40x40}${if_match ${execi 1 num=$(date +%-S);rem=$(( num % 2 ));if [ $rem -eq 0 ] ; then echo 0 ; else echo 1 ; fi}==0}${image $HOME/.conky/cronograph/images/Blue.png -p 240, 129 -s 40x40}${endif} |