Skip to content

配置

WSL Dashboard 的配置文件存储在 %APPDATA%\WSL Dashboard\config.toml

配置文件位置

平台路径
Windows%APPDATA%\WSL Dashboard\config.toml

可用选项

toml
[general]
# 语言:「en-US」或「zh-CN」
language = "zh-CN"

# Windows 启动时自动运行
auto_start = false

# 关闭时最小化到系统托盘
minimize_to_tray = true

[appearance]
# 主题:「light」(浅色)、「dark」(深色)或「system」(跟随系统)
theme = "system"

# 窗口大小(宽 x 高,单位:像素)
window_width = 1200
window_height = 800

重置配置

若要将所有设置恢复为默认值,请删除 config.toml 文件并重新启动 WSL Dashboard。

Licensed under GPL-3.0.