Configuration
GPUi Shell loads configuration from:
$XDG_CONFIG_HOME/gpuishell/config.toml- or
~/.config/gpuishell/config.toml(fallback)
If the file does not exist, it is created with defaults on startup. Changes are hot-reloaded automatically.
config.toml example
Section titled “config.toml example”[bar]size = 32.0position = "left"start = ["LauncherBtn", "Workspaces", "SysInfo"]center = ["ActiveWindow"]end = ["Clock", "Mpris", "Notifications", "Systray", "KeyboardLayout", "Settings"]
[launcher]width = 600.0height = 450.0margin_top = 100.0margin_right = 0.0margin_bottom = 0.0margin_left = 0.0
[osd]position = "right"
[control_center.power_actions]sleep = "systemctl suspend"reboot = "systemctl reboot"poweroff = "systemctl poweroff"See the individual reference pages for details on each section: