services.syshud.enable
Whether to enable syshud.
Type: boolean
Default:
false
Example:
true
Declared by:
services.syshud.package
The syshud package to use.
Type: package
Default:
pkgs.syshud
Declared by:
services.syshud.settings
Configuration for syshud. All available options can be found here: https://github.com/System64fumo/syshud?tab=readme-ov-file#configuration
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;
}
Declared by:
services.syshud.style
Custom CSS style for syshud. If the value is set to a path literal, then the path will be used as the css file. Default style is available here: https://github.com/System64fumo/syshud/blob/main/style.css
Type: null or absolute path or strings concatenated with ā\nā
Default:
null
Declared by: