Created
January 1, 2025 14:56
-
-
Save garywill/69548758bac3627d1466b8688afaf122 to your computer and use it in GitHub Desktop.
TrafficMonitor skin 只管了了展开的(layout_l)。用微软雅黑10号字体
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <root> | |
| <skin> | |
| <text_color>16777215,10022341,16777215,16777215,16777215,16770992,16770992,16770992,16770992</text_color> | |
| <specify_each_item_color>0</specify_each_item_color> | |
| <skin_author>m</skin_author> | |
| <font name="Microsoft YaHei" size="8" style="0"/> | |
| <display_text> | |
| <up>上传 </up> | |
| <down>下载 </down> | |
| <cpu>CPU </cpu> | |
| <memory>内存 </memory> | |
| <gpu>显卡 </gpu> | |
| <cpu_temperature>CPU </cpu_temperature> | |
| <gpu_temperature>显卡 </gpu_temperature> | |
| <hdd_temperature>硬盘 </hdd_temperature> | |
| <main_board_temperature>主板 </main_board_temperature> | |
| </display_text> | |
| </skin> | |
| <layout text_height="15" no_label="0"> | |
| <layout_l width="710" height="15"> | |
| <cpu x="0" y="0" width="70" align="0" show="1"/> | |
| <memory x="70" y="0" width="70" align="0" show="1"/> | |
| <gpu x="140" y="0" width="70" align="0" show="1"/> | |
| <up x="210" y="0" width="90" align="0" show="1"/> | |
| <down x="300" y="0" width="90" align="0" show="1"/> | |
| <cpu_temperature x="390" y="0" width="80" align="0" show="1"/> | |
| <gpu_temperature x="470" y="0" width="80" align="0" show="1"/> | |
| <hdd_temperature x="550" y="0" width="80" align="0" show="1"/> | |
| <main_board_temperature x="630" y="0" width="80" align="0" show="1"/> | |
| </layout_l> | |
| <layout_s width="232" height="50"> | |
| <cpu x="14" y="3" width="106" align="0" show="1"/> | |
| <memory x="88" y="3" width="106" align="0" show="1"/> | |
| <gpu x="162" y="3" width="106" align="0" show="1"/> | |
| <up x="14" y="27" width="106" align="0" show="1"/> | |
| <down x="122" y="27" width="106" align="0" show="1"/> | |
| </layout_s> | |
| </layout> | |
| <preview width="250" height="170"> | |
| <l x="0" y="0"/> | |
| <s x="0" y="112"/> | |
| </preview> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment