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
{
backlight-path = "/sys/class/backlight/gmux_backlight";
height = 50;
icon-size = 26;
keyboard-path = "/dev/input/eventXX";
listeners = "audio_in,audio_out,backlight";
margins = "0 0 0 0";
orientation = "h";
position = "bottom";
show-percentage = true;
timeout = 3;
transition-time = 250;
width = 300;
}