MyNixOS website logo

Configuration for syshud. All available options can be found here: https://github.com/System64fumo/syshud?tab=readme-ov-file#configuration.

Declarations
Type
section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  position = "bottom";
  orientation = "h";
  width = 300;
  height = 50;
  icon-size = 26;
  show-percentage = true;
  margins = "0 0 0 0";
  timeout = 3;
  transition-time = 250;
  listeners = "audio_in,audio_out,backlight";
  backlight-path = "/sys/class/backlight/gmux_backlight";
  keyboard-path = "/dev/input/eventXX";
}