效果如下: 主题包 :提取码:6ij4
如果使用我的皮肤包,只需下载主题包解压后将目录放到C:\Users\Administrator\Documents\Rainmeter\Skins 即可
1.下载rainmeter 下载地址
2.安装 一直按下一步即可
效果如下:
3.下载主题
4.自定义桌面(代码的解析)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 [Rainmeter] Update=-1 Author=Morteza Nasirivand DynamicWindowSize=1 AccurateText=1 [Metadata] Name= Author= Information= License= Version= ;NOTES: ;If you are not familiar with Rainmeter from earlier,please don't edit anything! ;It's too complicated and sensitive,if you don't know what you doing! [Variables] @include=#@#Variables.inc IconTimeWaiting=4 TextTimeWaiting=8 Size1=0 Size2=0 Size3=0 Size4=0 Size5=0 Size6=0 Size7=0 ;------------------------------------------------------------- ;------------------------------------------------------------- ;这里设置底部的水平线 SolidColor=12,201,255 颜色 ;Meter=Image: 这个参数指定了元素类型,即一个图像元素,尽管在这种情况下它被用来表示一条线 ;X=20 和 Y=68: 定义了线条在屏幕上的位置 ;W=60 和 H=3: 这些参数定义了线条的宽度和高度 [MeterLine] Meter=Image X=20 Y=68 W=60 H=3 SolidColor=12,201,255 [MeterLine2] Meter=Image X=60r Y=r W=60 H=3 SolidColor=218,165,32 [MeterLine3] Meter=Image X=60r Y=r W=60 H=3 SolidColor=65,105,225 [MeterPython] Meter=Image X=60r Y=r W=60 H=3 SolidColor=218, 112, 214 [MeterLine5] Meter=Image X=60r Y=r W=60 H=3 SolidColor=0,100,0 [MeterLine6] Meter=Image X=60r Y=r W=60 H=3 SolidColor=178, 34, 34 [MeterLine7] Meter=Image X=60r Y=r W=60 H=3 SolidColor=50,205,50 [MeterLine8] Meter=Image X=60r Y=r W=60 H=3 SolidColor=48, 25, 52 [MeterLine9] Meter=Image X=60r Y=r W=60 H=3 SolidColor=255, 127, 80 [MeterLine10] Meter=Image X=60r Y=r W=60 H=3 SolidColor=34, 139, 34 ;joplin [MeterLine11] Meter=Image X=60r Y=r W=60 H=3 SolidColor=255,255,0 [MeterClashLine] Meter=Image X=60r Y=r W=60 H=3 SolidColor=240, 128, 128 ;------------------------------------------------------------- ;------------------------------------------------------------- ;这里设置图标效果 ;变量都保存在Variables.inc 中、开头使用 @include=#@#Variables.inc 调用了 ;ImageName=#LinkIcon1NameAndPath# 显示的图片、图片路径存在变量LinkIcon1NameAndPath 中 ;LeftMouseUpAction="#LinkLocationPath1#" 定义了当用户在图像上执行左键点击时所执行的动作 ;MouseOverAction 鼠标放在图片上的效果 ;MouseLeaveAction 鼠标离开图片的效果 ;Meter=Image: 这个参数告诉Rainmeter这个元素是一个图像。 ;X=40 和 Y=30: 定义了图像在屏幕上的位置。X是水平位置,Y是垂直位置 ;W=25: 定义了图像的宽度。 ;AntiAlias=1: 这个参数启用了图像的抗锯齿功能,使图像边缘更加平滑 ;PreserveAspectRatio=1: 这个参数设置为1时,保持图像的长宽比,以确保图像在改变大小时不会失真 ;Group=Icons: 这个参数将该图像元素分组到一个名为 "Icons" 的组中,这有助于管理和布局Rainmeter皮肤中的元素。 ;打开我的电脑 [MeterIcon1] Meter=Image ImageName=#LinkIcon1NameAndPath# X=40 Y=30 W=30 LeftMouseUpAction="#LinkLocationPath1#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon1 ImageAlpha 150][!UpdateMeter MeterIcon1][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon1 ImageAlpha 255][!UpdateMeter MeterIcon1][!Redraw] ;图标凸起效果 MouseOverAction=[!SetOption MeterIcon1 ImageName "#HoverIcon1NameAndPath#"][!SetOption MeterIcon1 Y "15"][!SetOption MeterIcon1 W "50"][!UpdateMeter MeterIcon1][!Redraw] MouseLeaveAction=[!SetOption MeterIcon1 ImageName "#LinkIcon1NameAndPath#"][!SetOption MeterIcon1 Y "30"][!SetOption MeterIcon1 W "30"][!UpdateMeter MeterIcon1][!Redraw] ;google [MeterIcon2] Meter=Image ImageName=#LinkIcon2NameAndPath# X=100 Y=30 W=30 LeftMouseUpAction="#LinkLocationPath2#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon2 ImageAlpha 150][!UpdateMeter MeterIcon2][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon2 ImageAlpha 255][!UpdateMeter MeterIcon2][!Redraw] MouseOverAction=[!SetOption MeterIcon2 ImageName "#HoverIcon2NameAndPath#"][!SetOption MeterIcon2 Y "15"][!SetOption MeterIcon2 W "50"][!UpdateMeter MeterIcon2][!Redraw] MouseLeaveAction=[!SetOption MeterIcon2 ImageName "#LinkIcon2NameAndPath#"][!SetOption MeterIcon2 Y "30"][!SetOption MeterIcon2 W "30"][!UpdateMeter MeterIcon2][!Redraw] [MeterIcon3] Meter=Image ImageName=#LinkIcon3NameAndPath# X=156 Y=27 W=38 LeftMouseUpAction="#LinkLocationPath3#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon3 ImageAlpha 150][!UpdateMeter MeterIcon3][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon3 ImageAlpha 255][!UpdateMeter MeterIcon3][!Redraw] MouseOverAction=[!SetOption MeterIcon3 ImageName "#HoverIcon3NameAndPath#"][!SetOption MeterIcon3 Y "15"][!SetOption MeterIcon3 W "50"][!UpdateMeter MeterIcon3][!Redraw] MouseLeaveAction=[!SetOption MeterIcon3 ImageName "#LinkIcon3NameAndPath#"][!SetOption MeterIcon3 Y "27"][!SetOption MeterIcon3 W "38"][!UpdateMeter MeterIcon3][!Redraw] [MeterPychrm] Meter=Image ImageName=#PythonImgPath1# X=215 Y=25 W=36 LeftMouseUpAction="#PythonAppPath#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons MouseOverAction=[!SetOption MeterPychrm ImageName "#PythonImgPath2#"][!SetOption MeterPychrm Y "15"][!SetOption MeterPychrm W "50"][!UpdateMeter MeterPychrm][!Redraw] MouseLeaveAction=[!SetOption MeterPychrm ImageName "#PythonImgPath1#"][!SetOption MeterPychrm Y "25"][!SetOption MeterPychrm W "38"][!UpdateMeter MeterPychrm][!Redraw] [MeterIcon5] Meter=Image ImageName=#LinkIcon5NameAndPath# X=272 Y=30 W=35 LeftMouseUpAction="#LinkLocationPath5#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon5 ImageAlpha 150][!UpdateMeter MeterIcon5][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon5 ImageAlpha 255][!UpdateMeter MeterIcon5][!Redraw] MouseOverAction=[!SetOption MeterIcon5 ImageName "#HoverIcon5NameAndPath#"][!SetOption MeterIcon5 Y "15"][!SetOption MeterIcon5 W "50"][!UpdateMeter MeterIcon5][!Redraw] MouseLeaveAction=[!SetOption MeterIcon5 ImageName "#LinkIcon5NameAndPath#"][!SetOption MeterIcon5 Y "30"][!SetOption MeterIcon5 W "35"][!UpdateMeter MeterIcon5][!Redraw] [MeterIcon6] Meter=Image ImageName=#LinkIcon6NameAndPath# X=340 Y=30 W=25 LeftMouseUpAction="#LinkLocationPath6#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon6 ImageAlpha 150][!UpdateMeter MeterIcon6][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon6 ImageAlpha 255][!UpdateMeter MeterIcon6][!Redraw] MouseOverAction=[!SetOption MeterIcon6 ImageName "#HoverIcon6NameAndPath#"][!SetOption MeterIcon6 Y "15"][!SetOption MeterIcon6 W "50"][!UpdateMeter MeterIcon6][!Redraw] MouseLeaveAction=[!SetOption MeterIcon6 ImageName "#LinkIcon6NameAndPath#"][!SetOption MeterIcon6 Y "30"][!SetOption MeterIcon6 W "30"][!UpdateMeter MeterIcon6][!Redraw] [MeterIcon7] Meter=Image ImageName=#LinkIcon7NameAndPath# X=400 Y=30 W=25 LeftMouseUpAction="#LinkLocationPath7#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon7 ImageAlpha 150][!UpdateMeter MeterIcon7][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon7 ImageAlpha 255][!UpdateMeter MeterIcon7][!Redraw] MouseOverAction=[!SetOption MeterIcon7 ImageName "#HoverIcon7NameAndPath#"][!SetOption MeterIcon7 Y "15"][!SetOption MeterIcon7 W "50"][!UpdateMeter MeterIcon7][!Redraw] MouseLeaveAction=[!SetOption MeterIcon7 ImageName "#LinkIcon7NameAndPath#"][!SetOption MeterIcon7 Y "30"][!SetOption MeterIcon7 W "30"][!UpdateMeter MeterIcon7][!Redraw] [MeterIcon8] Meter=Image ImageName=#LinkIcon8NameAndPath# X=460 Y=30 W=25 LeftMouseUpAction="#LinkLocationPath8#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon8 ImageAlpha 150][!UpdateMeter MeterIcon8][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon8 ImageAlpha 255][!UpdateMeter MeterIcon8][!Redraw] MouseOverAction=[!SetOption MeterIcon8 ImageName "#HoverIcon8NameAndPath#"][!SetOption MeterIcon8 Y "15"][!SetOption MeterIcon8 W "50"][!UpdateMeter MeterIcon8][!Redraw] MouseLeaveAction=[!SetOption MeterIcon8 ImageName "#LinkIcon8NameAndPath#"][!SetOption MeterIcon8 Y "30"][!SetOption MeterIcon8 W "30"][!UpdateMeter MeterIcon8][!Redraw] [MeterIcon9] Meter=Image ImageName=#LinkIcon9NameAndPath# X=520 Y=30 W=25 LeftMouseUpAction="#LinkLocationPath9#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;MouseOverAction=[!SetOption MeterIcon9 ImageAlpha 150][!UpdateMeter MeterIcon9][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon9 ImageAlpha 255][!UpdateMeter MeterIcon9][!Redraw] MouseOverAction=[!SetOption MeterIcon9 ImageName "#HoverIcon9NameAndPath#"][!SetOption MeterIcon9 Y "15"][!SetOption MeterIcon9 W "50"][!UpdateMeter MeterIcon9][!Redraw] MouseLeaveAction=[!SetOption MeterIcon9 ImageName "#LinkIcon9NameAndPath#"][!SetOption MeterIcon9 Y "30"][!SetOption MeterIcon9 W "30"][!UpdateMeter MeterIcon9][!Redraw] [MeterIcon10] Meter=Image ImageName=#LinkIcon10NameAndPath# X=580 Y=30 W=30 LeftMouseUpAction="#LinkLocationPath10#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;透明 ;MouseOverAction=[!SetOption MeterIcon10 ImageAlpha 150][!UpdateMeter MeterIcon10][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon10 ImageAlpha 255][!UpdateMeter MeterIcon10][!Redraw] MouseOverAction=[!SetOption MeterIcon10 ImageName "#HoverIcon10NameAndPath#"][!SetOption MeterIcon10 Y "15"][!SetOption MeterIcon10 W "50"][!UpdateMeter MeterIcon10][!Redraw] MouseLeaveAction=[!SetOption MeterIcon10 ImageName "#LinkIcon10NameAndPath#"][!SetOption MeterIcon10 Y "30"][!SetOption MeterIcon10 W "30"][!UpdateMeter MeterIcon10][!Redraw] ;joplin [MeterIcon11] Meter=Image ImageName=#LinkIcon11NameAndPath# X=640 Y=30 W=30 LeftMouseUpAction="#LinkLocationPath11#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;透明 ;MouseOverAction=[!SetOption MeterIcon10 ImageAlpha 150][!UpdateMeter MeterIcon10][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon10 ImageAlpha 255][!UpdateMeter MeterIcon10][!Redraw] ;图标变大变小的效果 MouseOverAction=[!SetOption MeterIcon11 ImageName "#HoverIcon11NameAndPath#"][!SetOption MeterIcon11 Y "15"][!SetOption MeterIcon11 W "50"][!UpdateMeter MeterIcon11][!Redraw] MouseLeaveAction=[!SetOption MeterIcon11 ImageName "#LinkIcon11NameAndPath#"][!SetOption MeterIcon11 Y "30"][!SetOption MeterIcon11 W "30"][!UpdateMeter MeterIcon11][!Redraw] ;clash [MeterClash] Meter=Image ImageName=#ClashImgPath1# X=700 Y=30 W=30 ;LeftMouseUpAction 鼠标左键点击的动作-运行exe LeftMouseUpAction="#ClashAppPath#" AntiAlias=1 PreserveAspectRatio=1 Group=Icons ;透明 ;MouseOverAction=[!SetOption MeterIcon10 ImageAlpha 150][!UpdateMeter MeterIcon10][!Redraw] ;MouseLeaveAction=[!SetOption MeterIcon10 ImageAlpha 255][!UpdateMeter MeterIcon10][!Redraw] MouseOverAction=[!SetOption MeterClash ImageName "#ClashImgPath2#"][!SetOption MeterClash Y "15"][!SetOption MeterClash W "50"][!UpdateMeter MeterClash][!Redraw] MouseLeaveAction=[!SetOption MeterClash ImageName "#ClashImgPath1#"][!SetOption MeterClash Y "30"][!SetOption MeterClash W "30"][!UpdateMeter MeterClash][!Redraw] ;------------------------------------------------------------- ;-------------------------------------------------------------
根据上面的代码,更改自己需要的链接和图标路径即可, ;号为注释
扩展 把rainmeter
软件的开机自启关闭、使用windows的任务计划程序
来开机后在启动、不然会导致开机速度很慢
打开 任务计划程序
win + R
输入:taskschd.msc
创建基本任务
保存后、到任务这里右键属性(如果保存后直接跳到属性就不用另外点击了)