Configuration
WSL Dashboard stores its configuration in %APPDATA%\WSL Dashboard\config.toml.
Config File Location
| Platform | Path |
|---|---|
| Windows | %APPDATA%\WSL Dashboard\config.toml |
Available Options
toml
[general]
# Language: "en-US" or "zh-CN"
language = "en-US"
# Launch at Windows startup
auto_start = false
# Minimize to system tray on close
minimize_to_tray = true
[appearance]
# Theme: "light", "dark", or "system"
theme = "system"
# Window size (width x height in pixels)
window_width = 1200
window_height = 800Resetting Configuration
To reset all settings to defaults, delete the config.toml file and restart WSL Dashboard.