Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.hyprpanel.enable

Whether to enable HyprPanel.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.hyprpanel.package

The hyprpanel package to use.

Type: package

Default:

pkgs.hyprpanel

Declared by:

programs.hyprpanel.settings

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.

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"
    ];
  };
};

Declared by:

programs.hyprpanel.systemd.enable

Whether to enable HyprPanel systemd integration.

Type: boolean

Default:

true

Example:

true

Declared by: