From 1537bf4ee88ba4b30b569cc95bb4a0abfcef55a7 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Mon, 21 May 2012 12:21:11 +0300 Subject: [PATCH] illustro: Changed to use @Resources --- .../illustro/{SHARED => @Resources}/Background.png | Bin Build/Skins/illustro/Clock/Clock.ini | 7 +++---- Build/Skins/illustro/Disk/1 Disk.ini | 7 +++---- Build/Skins/illustro/Disk/2 Disks.ini | 7 +++---- Build/Skins/illustro/Feeds/Feeds.ini | 7 +++---- Build/Skins/illustro/Google/Google.ini | 7 +++---- Build/Skins/illustro/Network/Network.ini | 7 +++---- Build/Skins/illustro/Recycle Bin/Recycle Bin.ini | 7 +++---- Build/Skins/illustro/System/System.ini | 7 +++---- Build/Skins/illustro/Welcome/Welcome.ini | 2 +- 10 files changed, 25 insertions(+), 33 deletions(-) rename Build/Skins/illustro/{SHARED => @Resources}/Background.png (100%) diff --git a/Build/Skins/illustro/SHARED/Background.png b/Build/Skins/illustro/@Resources/Background.png similarity index 100% rename from Build/Skins/illustro/SHARED/Background.png rename to Build/Skins/illustro/@Resources/Background.png diff --git a/Build/Skins/illustro/Clock/Clock.ini b/Build/Skins/illustro/Clock/Clock.ini index 7f811d49..7b6840e0 100644 --- a/Build/Skins/illustro/Clock/Clock.ini +++ b/Build/Skins/illustro/Clock/Clock.ini @@ -5,11 +5,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Disk/1 Disk.ini b/Build/Skins/illustro/Disk/1 Disk.ini index ce44e6db..f70912d8 100644 --- a/Build/Skins/illustro/Disk/1 Disk.ini +++ b/Build/Skins/illustro/Disk/1 Disk.ini @@ -7,11 +7,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Disk/2 Disks.ini b/Build/Skins/illustro/Disk/2 Disks.ini index dc89371f..d97a552f 100644 --- a/Build/Skins/illustro/Disk/2 Disks.ini +++ b/Build/Skins/illustro/Disk/2 Disks.ini @@ -22,11 +22,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Feeds/Feeds.ini b/Build/Skins/illustro/Feeds/Feeds.ini index 3a95e0e5..83cc74f2 100644 --- a/Build/Skins/illustro/Feeds/Feeds.ini +++ b/Build/Skins/illustro/Feeds/Feeds.ini @@ -5,11 +5,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Google/Google.ini b/Build/Skins/illustro/Google/Google.ini index 9c284b33..766db3aa 100644 --- a/Build/Skins/illustro/Google/Google.ini +++ b/Build/Skins/illustro/Google/Google.ini @@ -5,11 +5,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Network/Network.ini b/Build/Skins/illustro/Network/Network.ini index 33873880..eb8a05df 100644 --- a/Build/Skins/illustro/Network/Network.ini +++ b/Build/Skins/illustro/Network/Network.ini @@ -5,11 +5,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Recycle Bin/Recycle Bin.ini b/Build/Skins/illustro/Recycle Bin/Recycle Bin.ini index f1ff0933..e1eb9a11 100644 --- a/Build/Skins/illustro/Recycle Bin/Recycle Bin.ini +++ b/Build/Skins/illustro/Recycle Bin/Recycle Bin.ini @@ -5,11 +5,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/System/System.ini b/Build/Skins/illustro/System/System.ini index cfcb3050..24b0acf4 100644 --- a/Build/Skins/illustro/System/System.ini +++ b/Build/Skins/illustro/System/System.ini @@ -5,11 +5,10 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 -Background=#ROOTCONFIGPATH#SHARED\Background.png -; #ROOTCONFIGPATH# is a global variable. In this case, the value of the variable -; is equal to DocumentsPath\Rainmeter\Skins\illustro\ +Background=@\Background.png +; @\ is equal to Rainmeter\Skins\illustro\@Resources BackgroundMode=3 BackgroundMargins=0,34,0,14 diff --git a/Build/Skins/illustro/Welcome/Welcome.ini b/Build/Skins/illustro/Welcome/Welcome.ini index 730e7a83..f0597fca 100644 --- a/Build/Skins/illustro/Welcome/Welcome.ini +++ b/Build/Skins/illustro/Welcome/Welcome.ini @@ -5,7 +5,7 @@ [Rainmeter] ; This section contains general settings that can be used to change how Rainmeter behaves. Author=poiru -AppVersion=2000000 +AppVersion=2003000 Update=1000 [Metadata]