;-------------------------------------------------------------------------------------------- ; SIDEBAR SYSTEM [Rainmeter] MiddleMouseUpAction=!Refresh [Variables] yStart=50 ;--------------------------------------------------------------------- ; GRAPH [StyleSystemGraphBackground] SolidColor=#ColorTransparent# W=#SidebarWidth# ; top graph bar and top skin bar [StyleSystemGraphBorder] SolidColor=#ColorBorder4# X=10 W=(#SidebarWidth#-20) ;---------------------------------------------- ; GRAPH FRAME ; Top 3/4 Horiz graph bar [StyleSystemGraphBorder3] X=(10+(4*#HideBordersBottom#)) Y=39 ;89 W=(#SidebarWidth#-20-(4*#HideBordersBottom#)) ; Center 3/4 vertical graph bar [StyleSystemGraphVerticalBorderC] SolidColor=#ColorBorder4# X=(#SidebarWidth#/2) Y=40 ;90 W=1 H=19 ; Bottom 3/4 Horiz graph bar [StyleSystemGraphBorder4] SolidColor=#ColorBorder4# X=(10+(4*#HideBordersBottom#)) Y=59 W=(#SidebarWidth#-20-(4*#HideBordersBottom#)) H=1 ; Top 5/6 Horiz graph bar [StyleSystemGraphBorder5] X=(10+(4*#HideBordersBottom#)) Y=139 W=(#SidebarWidth#-20-(4*#HideBordersBottom#)) ; Center 5/6 vertical graph bar [StyleSystemGraphVerticalBorderD] SolidColor=#ColorBorder4# X=(#SidebarWidth#/2) Y=140 W=1 H=19 ; Bottom 5/6 Horiz graph bar [StyleSystemGraphBorder6] SolidColor=#ColorBorder4# X=(10+(4*#HideBordersBottom#)) Y=159 W=(#SidebarWidth#-20-(4*#HideBordersBottom#)) H=1 ;----------------------- ; GRAPH METERS ;histogram X location, height, and width [StyleSystemGraphGraph] X=(10+(4*#HideBordersBottom#)) H=37 W=(#SidebarWidth#-20-(4*#HideBordersBottom#)) AntiAlias=1 AutoScale=1 ;Top 3 histogram Y location and color [StyleSystemGraphGraph3] Y=2 PrimaryColor=#ColorLink3# ;Bottom 4 histogram Y location and color [StyleSystemGraphGraph4] Y=60 PrimaryColor=#Color2# Flip=1 ;Top 5 histogram Y location and color [StyleSystemGraphGraph5] Y=102 PrimaryColor=#ColorLink3# ;Bottom 6 histogram Y location and color [StyleSystemGraphGraph6] Y=160 PrimaryColor=#Color2# Flip=1 ;----------------------- ; GRAPH TEXT AND LABELS ;CPU 3/4# Y location and style [StyleSystemGraphGraphLabel] Y=44 H=10 FontFace=#Font# FontSize=#Size4# StringStyle=NORMAL AntiAlias=1 ;CPU 5/6# Y location and style [StyleSystemGraphGraphLabel2] Y=144 H=10 FontFace=#Font# FontSize=#Size4# StringStyle=NORMAL AntiAlias=1 ; CPU # X location and style [StyleSystemGraphGraphLabelL] X=((#SidebarWidth#/2)-4) FontColor=#ColorLink3# StringAlign=RIGHT [StyleSystemGraphGraphLabelR] X=((#SidebarWidth#/2)+4) FontColor=#Color2# StringAlign=LEFT ; 3/4 percentage numbers style and vertical location [StyleSystemGraphGraphText] Y=43 FontColor=#Color1# FontFace=#Font# FontSize=#Size3# StringStyle=NORMAL AntiAlias=1 ; 5/6 percentage numbers style and vertical location [StyleSystemGraphGraphText2] Y=143 FontColor=#Color1# FontFace=#Font# FontSize=#Size3# StringStyle=NORMAL AntiAlias=1 ; percentage numbers horizontal location [StyleSystemGraphGraphTextL] X=((#SidebarWidth#/2)-26) StringAlign=RIGHT [StyleSystemGraphGraphTextR] X=((#SidebarWidth#/2)+40) StringAlign=LEFT