我看板規似乎沒有禁止桌面美化程式的討論所以在這請教一下有用Rainmeter的使用者Rainmeter是不是不支援中文字型?(就我查的,RM只支援TTF, ... ... <看更多>
「rainmeter 字體」的推薦目錄:
- 關於rainmeter 字體 在 [分享] 簡易的Rainmeter製作(修改)教學- 看板Wallpaper 的評價
- 關於rainmeter 字體 在 【問題】 關於RAINMETER 中文字型- 壁紙板 - WEB批踢踢(PTT) 的評價
- 關於rainmeter 字體 在 How to Change Fonts in Rainmeter Skin - YouTube 的評價
- 關於rainmeter 字體 在 [問題] Rainmeter 面板字體太小- 看板Wallpaper - PTT網頁版 的評價
- 關於rainmeter 字體 在 Rainmeter - Elegance 2 by lilshizzy on DeviantArt - Pinterest 的評價
- 關於rainmeter 字體 在 [分享] 自己改的Rainmeter skin: 天氣、電池、 … - 看板Wallpaper 的評價
- 關於rainmeter 字體 在 rainmeter-settings/Font Awesome 5 Free-Regular-400.otf at ... 的評價
- 關於rainmeter 字體 在 [Tips] Advanced usage of nesting variables - GitHub Wiki SEE 的評價
rainmeter 字體 在 [問題] Rainmeter 面板字體太小- 看板Wallpaper - PTT網頁版 的推薦與評價
[問題] Rainmeter 面板字體太小 ... 字有點模糊因為我只存jpg檔右上角那個rainmeter的skin字太小了網路流量完全看不見但我看作者的圖是正常的我找ini檔不知道哪邊可以 ... ... <看更多>
rainmeter 字體 在 Rainmeter - Elegance 2 by lilshizzy on DeviantArt - Pinterest 的推薦與評價
Mar 3, 2012 - A more elaborate & polished version of the popular Elegance. [link] ~~~ UPDATE v1.0.1 (080211) ~~~ * Fixed the font problem... the correct ... ... <看更多>
rainmeter 字體 在 [分享] 自己改的Rainmeter skin: 天氣、電池、 … - 看板Wallpaper 的推薦與評價
[分享] 自己改的Rainmeter skin: 天氣、電池、 … ... 貼對就會自動抓但我只有對台北做過調整,所以不保證其他城市名稱會不會太長如果這樣就自己改一下字體或大小吧2. ... <看更多>
rainmeter 字體 在 rainmeter-settings/Font Awesome 5 Free-Regular-400.otf at ... 的推薦與評價
A general-use Rainmeter settings system. Includes toggle buttons, radio buttons, input boxes, and more. - rainmeter-settings/Font Awesome 5 ... ... <看更多>
rainmeter 字體 在 [Tips] Advanced usage of nesting variables - GitHub Wiki SEE 的推薦與評價
Skin: Changing the font size by scrolling the mouse wheel button. [Rainmeter] Update=-1 AccurateText=1 [Variables] FONT_SIZE=20 [MeterGreeting] Meter=String ... ... <看更多>
rainmeter 字體 在 [分享] 簡易的Rainmeter製作(修改)教學- 看板Wallpaper 的推薦與評價
https://www.wretch.cc/blog/voidezlove&article_id=6018581
請配合上一篇看o(一︿一+)o
因為討厭的無名吃字了(/‵Д′)/~ ╧╧
內容繁雜,內附上色碼查詢及某更豐富的教學網站(不過是日文,囧)
以ini舉例說明
; Rainmeter [Test1]
[Rainmeter]
BackgroundMode=1 一開頭要寫上 指定一開始SKIN的背景顏色
Update=250 幾秒更新一次數據 似乎1秒=1000
; ==================Set================= 此行是注釋行,讓修改時比較方便
找到,不+沒差XD
[Variables]
[Variables] 宣告指令,讓後面寫的時候較簡便
FontFace1="Death Font"
設定" "內字型代號為FontFace1
FontStyle=BOLD 設定Bold(粗體字)為 Fontstyle
FontFace2="Lucida Sans Typewriter Oblique" 同上
LineColor="255, 255, 255" 設定" "內顏色代號為LineColor
; ==================Plugin===============
[MeasureCPU]
抓取系統數據,但只抓取是不會顯示的
Measure=CPU
[MeasureMemory]
同上,抓取Ram數據
[ ]內的名稱可以剪短一些,後面會
較方便
Measure=PhysicalMemory
[MeasureTimeH]
抓取時間
Measure=Time
Format=%H
這裡我將時.分.秒.日期.星期分開
來抓取,比較不會混亂
也可以寫成Format="?????"
Format=%M
?????可以寫:%#H:%M:%S 則顯
示時間 格式:時:分:秒
%#Y / %#m / $#d %a 則顯
示日期 格式:年/月/日/星期
[MeasureTimeS]
Measure=Time
另外,這邊還有一個指令substitute
substitute="/":"月","-":"日",".":"星期"
[MeasureDate]
即將"/"以"月"代替 "-"以"日"代替 .以"星期"代替
Measure=Time
Format=%#d
[MeasureWeek]
Measure=Time
Format=%a
; ==================Meter================
[MeterDate] 程式碼的名稱 (不能重複) 每一個都必須要有
MeasureName=MeasureDate 這裡MeasureDate就是上面抓的數據啦
Meter=STRING 表現的形式,下面會再提到
X=350 X和Y便是設定這個Meter所在的位置(這個麻煩
Y=14
FontFace=#FontFace2# 上方表現形式設定是文字,這邊設定字型
FontColor=#LineColor#, 120 也可以寫成FontFace=??? ???輸入字型名稱
FontSize=16 或是利用# #內輸入剛剛上面 [Variables]
設定的代稱
StringAlign=RIGHT 設定文字的位置,靠左靠右(英文應該不用說明了)
StringStyle=BOLD
[MeterWeek]
MeasureName=MeasureWeek
Meter=STRING
X=350
Y=38
FontFace=#FontFace2#
FontColor=#LineColor#, 140
FontSize=10
StringAlign=RIGHT
StringStyle=BOLD
Postfix=. 在Meter後面要顯示的字,可以自己更改
[MeterClockH]
Meter=STRING
MeasureName=MeasureTimeH
X=236
Y=3
FontFace=#FontFace1#
FontColor=#LineColor#, 60
FontSize=38
StringAlign=RIGHT
StringStyle=Bold
Postfix=":"
[MeterClockM]
Meter=STRING
MeasureName=MeasureTimeM
X=224
Y=0r
FontFace=#FontFace1#
FontColor=#LineColor#, 60
FontSize=38
StringAlign=LEFT
StringStyle=Bold
; =======================Cpu Ram Swap===============
[MeterSquareCPU]
Meter=Image Meter表現形式為圖樣
X=5
Y=1
W=2
W,H代表著高和厚
H=5
SolidColor=255, 255, 255, 100 顏色設定字串
前三碼為顏色 最後100為透明度
[MeterSquareRAM]
Meter=Image
X=5
Y=41
W=2
H=5
SolidColor=255, 255, 255, 100
[MeterTitleCPU]
Meter=STRING
X=12
Y=-2
FontColor=255, 255, 255, 100
FontSize=15
FontFace=#FontFace1#
StringAlign=LEFT
Prefix="CPU"
AntiAlias=0
[MeterTitleRAM]
Meter=STRING
X=12
Y=38
FontColor=255, 255, 255, 100
FontSize=15
FontFace=#FontFace1#
StringAlign=LEFT
Prefix="Memory"
AntiAlias=0
[MeterCPU]
MeasureName=MeasureCPU
Meter=BAR Meter表現方式為光棒樣
X=4
Y=13
W=116
H=15
BarOrientation=HORIZONTAL 長條圖的方向(這邊設定為水平)
BarColor=255, 255, 255, 100
[MeterCPU%]
MeasureName=MeasureCPU
Meter=STRING
X=120
Y=13
FontColor=255, 255, 255, 255
StringStyle=NORMAL
FontSize=14
StringAlign=RIGHT
FontFace=#FontFace1#
PostFix=" %"
[MeterRAM]
MeasureName=MeasureMemory
Meter=BAR
X=4
Y=54
W=116
H=15
BarOrientation=HORIZONTAL
BarColor=255, 255, 255, 100
[MeterRAM%]
MeasureName=MeasureMemory
Meter=STRING
Percentual=1
X=120
Y=54
FontColor=255, 255, 255, 255
StringStyle=NORMAL
FontSize=14
StringAlign=RIGHT
FontFace=#FontFace1#
PostFix=" %"
--------------------------------------------------------------
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.174.230.14
... <看更多>
相關內容