programs.satty.settings
Configuration for Satty written to $XDG_CONFIG_HOME/satty/config.toml.
See the Satty documentation for available options.
- Type
TOML value- Default
{ }- Example
{ general = { fullscreen = true; corner-roundness = 12; initial-tool = "brush"; output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"; }; color-palette = { palette = [ "#00ffff" "#a52a2a" "#dc143c" "#ff1493" "#ffd700" "#008000" ]; }; }- Declared
- <home-manager/modules/programs/satty.nix>