MyNixOS website logo

Ashell configuration written to $XDG_CONFIG_HOME/ashell/config.toml (0.5.0+) or $XDG_CONFIG_HOME/ashell/config.yaml (<0.5.0). For available settings see https://github.com/MalpenZibo/ashell?tab=readme-ov-file#configuration.

Declarations
Type
TOML value
Default
{ }
Example
{
  modules = {
    center = [
      "Window Title"
    ];
    left = [
      "Workspaces"
    ];
    right = [
      "SystemInfo"
      [
        "Clock"
        "Privacy"
        "Settings"
      ]
    ];
  };
  workspaces = {
    visibilityMode = "MonitorSpecific";
  };
}