Skip to content

Configuration

WSL Dashboard stores its configuration in %APPDATA%\WSL Dashboard\config.toml.

Config File Location

PlatformPath
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 = 800

Resetting Configuration

To reset all settings to defaults, delete the config.toml file and restart WSL Dashboard.

Licensed under GPL-3.0.