From 5210161d047018eceab12857851ab7fa96b4a5aa Mon Sep 17 00:00:00 2001 From: Melissa Avery-Weir Date: Tue, 10 Dec 2013 11:20:48 -0500 Subject: [PATCH] Restructure files and add blink(1) files --- README.md | 8 +- blink1/blinkOutlookNewMail.bat | 7 ++ blink1/new-mail.ps1 | 6 ++ blink1/user.config | 98 ++++++++++++++++++++++ postfix.main.cf => postfix/postfix.main.cf | 0 5 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 blink1/blinkOutlookNewMail.bat create mode 100644 blink1/new-mail.ps1 create mode 100644 blink1/user.config rename postfix.main.cf => postfix/postfix.main.cf (100%) diff --git a/README.md b/README.md index 918a903..b092ffe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ Furry Octo Sansa ================ -Some linux configuration files. +Some configuration files: + +* blink(1) files suitable for the Blink1Control app in Windows +* Jenkins server +* Default varnish config +* Default vim config +* Default postfix config (does this work?) \ No newline at end of file diff --git a/blink1/blinkOutlookNewMail.bat b/blink1/blinkOutlookNewMail.bat new file mode 100644 index 0000000..af25cf0 --- /dev/null +++ b/blink1/blinkOutlookNewMail.bat @@ -0,0 +1,7 @@ +@echo off +rem setx DT_DISABLEINITIALLOGGING true +powershell -File C:\Users\maweir\Documents\blink1-scripts\new-mail.ps1 +for /F "tokens=*" %%a in (d:\blink-new-mail-temp.txt) do set "color=%%a" +rem set /p color= + + + + + { + "New Comic": { + "iname": "New Comic", + "pname": "New Comic", + "type": "ifttt", + "arg1": "GR: New Comic", + "lastVal": "Gmail", + "possibleVals": [ + "FPGNewMail" + ], + "lastTime": "1386674867" + }, + "New Dev Article": { + "iname": "New Dev Article", + "pname": "New Dev Article", + "type": "ifttt", + "arg1": "GR:New Dev Item", + "lastVal": "Gmail", + "possibleVals": [ + "FPGNewMail" + ], + "lastTime": "1386674867" + }, + "NewMail": { + "iname": "NewMail", + "pname": "NewMail", + "type": "script", + "arg1": "C:\\Users\\maweir\\Documents\\blink1-scripts\\blinkOutlookNewMail.bat", + "lastVal": "no color or pattern in output", + "possibleVals": [], + "lastTime": "1386691221" + }, + "FPG New Mail": { + "iname": "FPG New Mail", + "pname": "FPG New Mail", + "type": "ifttt", + "arg1": "FPGNewMail", + "lastVal": "Gmail", + "possibleVals": [ + "FPGNewMail" + ], + "lastTime": "1386674867" + } +} + + + { + "New Comic": { + "name": "New Comic", + "repeats": 1, + "playcount": 0, + "playpos": 0, + "playing": false, + "pattern": "1,#D3FFBE,30.00" + }, + "New Dev Article": { + "name": "New Dev Article", + "repeats": 1, + "playcount": 0, + "playpos": 0, + "playing": false, + "pattern": "1,#3CFF1D,30.00" + }, + "NewMail": { + "name": "NewMail", + "repeats": 3, + "playcount": 0, + "playpos": 0, + "playing": false, + "pattern": "3,#FF7B8B,1.00,#000000,0.50,#EB60FF,1.00,#000000,0.50" + }, + "FPG New Mail": { + "name": "FPG New Mail", + "repeats": 10, + "playcount": 0, + "playpos": 0, + "playing": false, + "pattern": "10,#20DBFF,2.00,#EEEEEE,0.50,#1FE0FF,2.00,#EEEEEE,0.50" + } +} + + + True + + + 1A0012FA + + + False + + + + \ No newline at end of file diff --git a/postfix.main.cf b/postfix/postfix.main.cf similarity index 100% rename from postfix.main.cf rename to postfix/postfix.main.cf