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