Skip to content

Commit

Permalink
[feat] pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertRuff committed Aug 12, 2023
1 parent 6ea0d6f commit f84c754
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 0 deletions.
117 changes: 117 additions & 0 deletions @Resources/ConfigPages/page10.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
[Variables]
bgH=520
bgW=520
dotY=105
highlightColor=255,172,53,230

; ============================================================
; Roundline remainder setting

[roundlineHeader]
Meter=String
MeterStyle=headerText
X=130
Y=40
Text=Time Roundline
ToolTipText="The roundline meter will be displayed as a percentage of one of these periods of time"

[roundMin]
Meter=String
MeterStyle=subText
Text=Minute
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "0" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]

[roundHour]
Meter=String
MeterStyle=subText
Text=Hour
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "1" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]
X=5R

[round12]
Meter=String
MeterStyle=subText
Text=Half-day
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "2" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]
X=5R

[round24]
Meter=String
MeterStyle=subText
Text=Day
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "3" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]
X=130
Y=R

[roundWeek]
Meter=String
MeterStyle=subText
Text=Week
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "4" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]
X=5R

[roundMonth]
Meter=String
MeterStyle=subText
Text=Month
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "5" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]
X=5R

; [roundYear]
; Meter=String
; MeterStyle=subText
; Text=Year
; LeftMouseUpAction=[!WriteKeyValue "Variables" "timeRoundline" "6" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]
; X=5R

; ============================================================
; Time Format

[timeformHeader]
Meter=String
MeterStyle=headerText
Text=Time Format
Y=115
ToolTipText="The format for displaying the main time skin text.#CRLF#Click to go to the Rainmeter Docs for a full list of available format codes"
LeftMouseUpAction=["http://docs.rainmeter.net/manual/measures/time#FormatCodes"]


[tf12hr]
Meter=String
MeterStyle=subText
Text="12-hour"
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeFormat" "%#I:%M" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]

[tf24hr]
Meter=String
MeterStyle=subText
X=5R
Text="24-hour"
LeftMouseUpAction=[!WriteKeyValue "Variables" "timeFormat" "%#H:%M" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Time"][!Refresh #CURRENTCONFIG#]

[tfCustom]
Meter=String
MeterStyle=subText
X=130
Y=133
Prefix="code: "
Text=#timeFormat#
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 6"

; ============================================================
; Date format

[dateformHeader]
Meter=String
MeterStyle=headerText
Text=Date Format
Y=190
ToolTipText="The format for displaying the secondary time skin text.#CRLF#Click to go to the Rainmeter Docs for a full list of available format codes"
LeftMouseUpAction=["http://docs.rainmeter.net/manual/measures/time#FormatCodes"]

[dfCustom]
Meter=String
MeterStyle=subText
Prefix="code: "
Text=#dateFormat#
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 7"
42 changes: 42 additions & 0 deletions @Resources/ConfigPages/page11.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[Variables]
bgH=520
bgW=520
dotY=130
highlightColor=250,100,100,230
;highlightColor=255,76,79,230

[woeidHeader]
Meter=String
MeterStyle=headerText
Text="Location Code"
Y=40
LeftMouseUpAction=["http://woeid.rosselliot.co.nz/"]
ToolTipText="click here to search for you woeid code online at #CRLF#http://woeid.rosselliot.co.nz/"

[woeidSet]
Meter=String
MeterStyle=subText
Text=#woeid#
Prefix="WOEID: "
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 8"

[unitHeader]
Meter=String
MeterStyle=headerText
Text="Metric/English"
Y=95
ToolTipText="toggle between English (f) or Metric (c) units"

[unitToggle]
Meter=String
MeterStyle=subText
Text=#unit#
Prefix="unit: "
LeftMouseUpAction=!CommandMeasure "mSettingsScript" "toggleWeatherUnit()"

[yahooCredit]
Meter=String
MeterStyle=subText
FontSize=10
Y=(#bgH#-45)
Text="weather data provided courtesy of#CRLF#Yahoo! Weather"
180 changes: 180 additions & 0 deletions @Resources/ConfigPages/page9.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
[Variables]
bgH=520
bgW=520
dotY=80
highlightColor=183,234,93,230

; ============================================================
; Hard drive letters

[disksHeader]
Meter=String
MeterStyle=headerText
X=130
Y=40
Text=Hard Drives
ToolTipText="The drive letters of the hard drives/ partitions you wish to monitor with the 'Disks' skins"

[disk1]
Meter=String
MeterStyle=subText
X=r
Y=40
W=25
H=18
Text=#hd1#:\
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 1"
ToolTipText="click to set disk 1"

[disk2]
Meter=String
MeterStyle=subText
X=170
Text=#hd2#:\
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 2"
ToolTipText="click to set disk 2"

[disk3]
Meter=String
MeterStyle=subText
X=210
Text=#hd3#:\
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 3"
ToolTipText="click to set disk 3"

; ============================================================
; Recycle Bin Size

[binHeader]
Meter=String
MeterStyle=headerText
X=130
Y=95
Text=Recycle Bin Size
ToolTipText="Maximum desired size of the Windows Recycle Bin. (The Recycle Bin skin will attempt to automatically empty the Recycle Bin if its size exceed this value)"

[bin512]
Meter=String
MeterStyle=subText
X=r
Y=r
Text=512 MB
LeftMouseUpAction=[!WriteKeyValue "Variables" "trashMax" "536870912" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Recycle Bin"][!Refresh #CURRENTCONFIG#]

[bin1]
Meter=String
MeterStyle=subText
X=5R
Text=1 GB
LeftMouseUpAction=[!WriteKeyValue "Variables" "trashMax" "1073741824" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Recycle Bin"][!Refresh #CURRENTCONFIG#]

[bin2]
Meter=String
MeterStyle=subText
X=5R
Text=2 GB
LeftMouseUpAction=[!WriteKeyValue "Variables" "trashMax" "2147483648" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Recycle Bin"][!Refresh #CURRENTCONFIG#]

[bin5]
Meter=String
MeterStyle=subText
X=5R
Text=5 GB
LeftMouseUpAction=[!WriteKeyValue "Variables" "trashMax" "5368709120" "#@#Settings.txt"][!Refresh "RainMeter-system-monitor-skin\Recycle Bin"][!Refresh #CURRENTCONFIG#]

; ============================================================
; Network Speeds

[netspeedHeader]
Meter=String
MeterStyle=headerText
X=130
Y=150
Text=Network Speeds
ToolTipText="Maximum speeds used in the Network skins."

[uploadMaxDisplay]
Meter=String
MeterStyle=subText
X=r
Y=r
Prefix="upload: "
Postfix=" Mb/s"
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 4"

[downloadMaxDisplay]
Meter=String
MeterStyle=subText
X=r
Y=R
Prefix="download: "
Postfix=" Mb/s"
LeftMouseUpAction=!CommandMeasure "mSettingsInput" "ExecuteBatch 5"

; ============================================================
; Media Player

[mediaplayerHeader]
Meter=String
MeterStyle=headerText
X=130
Y=225
Text=Media Player
LeftMouseUpAction=["http://docs.rainmeter.net/manual/plugins/nowplaying#playerlist"]
ToolTipText="Selects which media player should be interfaced by the NowPlaying skin.#CRLF#Click to go to the full list of supported media players"

[aimp]
Meter=String
MeterStyle=subText
Text=AIMP
LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "AIMP" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
ToolTipText=AIMP

[cad]
Meter=String
MeterStyle=subText
Text=CAD
LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "CAD" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
ToolTipText="foobar2000 (w/ plugin), J. River Media Center and Media Jukebox (w/ plugin), MusicBee, VLC (w/ plugin)"
X=2R

[iTunes]
Meter=String
MeterStyle=subText
Text=iTunes
LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "iTunes" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
ToolTipText=iTunes
X=2R

[wmp]
Meter=String
MeterStyle=subText
Text=WMP
LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "WMP" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
ToolTipText=Windows Media Player
X=2R

[mediaMonkey]
Meter=String
MeterStyle=subText
Text=MediaMonkey
LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "MediaMonkey" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
ToolTipText=MediaMonkey
X=130
Y=R

[Winamp]
Meter=String
MeterStyle=subText
Text=Winamp
LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "Winamp" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
ToolTipText=Winamp
X=2R

; [wlm]
; Meter=String
; MeterStyle=subText
; Text=WLM
; LeftMouseUpAction=[!WriteKeyValue "Variables" "mediaPlayer" "WLM" "#@#Settings.txt"][!Refresh "\RSMTwo\NowPlaying"][!Refresh #CURRENTCONFIG#]
; ToolTipText="Partial Support: Last.fm client, Media Player Classic, TTPLayer, OpenPandora, Zune"
; X=2R

0 comments on commit f84c754

Please sign in to comment.