Created
April 15, 2016 18:41
-
-
Save slime-hatena/8b989c25b6ca216924f98977b64893ef to your computer and use it in GitHub Desktop.
enigma GCal Customize http://enigma.kaelri.com/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
解凍後 C:\Users\<ユーザー名>\Documents\Rainmeter\Skins\Enigma\Sidebar\Reader に1つ1つディレクトリを分けて配置 | |
例}こんな感じに配置してください。 | |
C:\Users\<ユーザー名>\Documents\Rainmeter\Skins\Enigma\Sidebar\Reader | |
--Gcal(最初からあるやつ) | |
------Gcal.ini | |
--Gcal1 | |
------Gcal_a1.ini | |
--Gcal2 | |
------Gcal_a2.ini | |
--Gcal3 | |
------Gcal_a3.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;--------------------------------------------------------------------- | |
; ENIGMA GCAL | |
[Rainmeter] | |
Author=Kaelri | |
[Variables] | |
@include=#@#User\Options.inc | |
;--------------------------------------------------------------------- | |
; STYLES | |
@include2=#@#Styles\#Stylesheet#\Options.inc | |
@include3=#@#Styles\#Stylesheet#\SidebarCommon.inc | |
@include4=#@#Styles\#Stylesheet#\SidebarReader.inc | |
;--------------------------------------------------------------------- | |
; METERS & MEASURES | |
@include5=#ROOTCONFIGPATH#Sidebar\Reader\ReaderDates.inc | |
NumberOfTabs=1 | |
ReaderURL1=#GoogleCalendar1#?futureevents=true&singleevents=true&orderby=starttime&sortorder=a | |
ReaderIconStyle=StyleReaderIcon | StyleReaderIconGcal | |
ReaderUpdateRate=600 | |
ReaderWriteEvents=#GoogleCalendarWriteEvents# | |
ReaderEventFile=#@#User\Calendars\GoogleCalendar1.xml|#@#User\Calendars\GoogleCalendar2.xml|#@#User\Calendars\GoogleCalendar3.xml | |
@include6=#@#Measures\Switcher.inc | |
SwitcherInterval=#TriptychInterval# | |
SwitcherAction=!CommandMeasure "MeasureScriptReader" "ShowNext()" | |
SwitcherDisabled=#TriptychDisabled# | |
;--------------------------------------------------------------------- | |
; METADATA | |
[Metadata] | |
Name=Enigma Gcal | |
Information=Shows upcoming events on your Google Calendars in rotating tabs. | |
Version=4 Patch 1 | |
License=Creative Commons BY-NC-SA 3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;--------------------------------------------------------------------- | |
; ENIGMA GCAL | |
[Rainmeter] | |
Author=Kaelri | |
[Variables] | |
@include=#@#User\Options.inc | |
;--------------------------------------------------------------------- | |
; STYLES | |
@include2=#@#Styles\#Stylesheet#\Options.inc | |
@include3=#@#Styles\#Stylesheet#\SidebarCommon.inc | |
@include4=#@#Styles\#Stylesheet#\SidebarReader.inc | |
;--------------------------------------------------------------------- | |
; METERS & MEASURES | |
@include5=#ROOTCONFIGPATH#Sidebar\Reader\ReaderDates.inc | |
NumberOfTabs=1 | |
ReaderURL1=#GoogleCalendar2#?futureevents=true&singleevents=true&orderby=starttime&sortorder=a | |
ReaderIconStyle=StyleReaderIcon | StyleReaderIconGcal | |
ReaderUpdateRate=600 | |
ReaderWriteEvents=#GoogleCalendarWriteEvents# | |
ReaderEventFile=#@#User\Calendars\GoogleCalendar1.xml|#@#User\Calendars\GoogleCalendar2.xml|#@#User\Calendars\GoogleCalendar3.xml | |
@include6=#@#Measures\Switcher.inc | |
SwitcherInterval=#TriptychInterval# | |
SwitcherAction=!CommandMeasure "MeasureScriptReader" "ShowNext()" | |
SwitcherDisabled=#TriptychDisabled# | |
;--------------------------------------------------------------------- | |
; METADATA | |
[Metadata] | |
Name=Enigma Gcal | |
Information=Shows upcoming events on your Google Calendars in rotating tabs. | |
Version=4 Patch 1 | |
License=Creative Commons BY-NC-SA 3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;--------------------------------------------------------------------- | |
; ENIGMA GCAL | |
[Rainmeter] | |
Author=Kaelri | |
[Variables] | |
@include=#@#User\Options.inc | |
;--------------------------------------------------------------------- | |
; STYLES | |
@include2=#@#Styles\#Stylesheet#\Options.inc | |
@include3=#@#Styles\#Stylesheet#\SidebarCommon.inc | |
@include4=#@#Styles\#Stylesheet#\SidebarReader.inc | |
;--------------------------------------------------------------------- | |
; METERS & MEASURES | |
@include5=#ROOTCONFIGPATH#Sidebar\Reader\ReaderDates.inc | |
NumberOfTabs=1 | |
ReaderURL1=#GoogleCalendar3#?futureevents=true&singleevents=true&orderby=starttime&sortorder=a | |
ReaderIconStyle=StyleReaderIcon | StyleReaderIconGcal | |
ReaderUpdateRate=600 | |
ReaderWriteEvents=#GoogleCalendarWriteEvents# | |
ReaderEventFile=#@#User\Calendars\GoogleCalendar1.xml|#@#User\Calendars\GoogleCalendar2.xml|#@#User\Calendars\GoogleCalendar3.xml | |
@include6=#@#Measures\Switcher.inc | |
SwitcherInterval=#TriptychInterval# | |
SwitcherAction=!CommandMeasure "MeasureScriptReader" "ShowNext()" | |
SwitcherDisabled=#TriptychDisabled# | |
;--------------------------------------------------------------------- | |
; METADATA | |
[Metadata] | |
Name=Enigma Gcal | |
Information=Shows upcoming events on your Google Calendars in rotating tabs. | |
Version=4 Patch 1 | |
License=Creative Commons BY-NC-SA 3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment