Skip to content

Instantly share code, notes, and snippets.

@slime-hatena
Created April 15, 2016 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slime-hatena/8b989c25b6ca216924f98977b64893ef to your computer and use it in GitHub Desktop.
Save slime-hatena/8b989c25b6ca216924f98977b64893ef to your computer and use it in GitHub Desktop.
enigma GCal Customize http://enigma.kaelri.com/
解凍後 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
;---------------------------------------------------------------------
; 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
;---------------------------------------------------------------------
; 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
;---------------------------------------------------------------------
; 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