MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/hyprpanel/config.json.

See https://hyprpanel.com/configuration/settings.html#home-manager-module for the full list of options.

Declarations
Type
JSON value
Default
{ }
Example
bar.battery.label = true;
bar.bluetooth.label = false;
bar.clock.format = "%H:%M:%S";
bar.layouts = {
  "*" = {
    left = [
      "dashboard"
      "workspaces"
      "media"
    ];
    middle = [ "windowtitle" ];
    right = [
      "volume"
      "network"
      "bluetooth"
      "notifications"
    ];
  };
};