programs.feh.themes
Home-Manager option
Define themes for feh. See https://man.finalrewind.org/1/feh/#THEMES_CONFIG_SYNTAX for important guidelines and limitations related to theme configuration.
type: attribute set of list of stringDefault
{ }Example
declared in: <home-manager/modules/programs/feh.nix>source unavailable{ booth = [ "--full-screen" "--hide-pointer" "--slideshow-delay" "20" ]; example = [ "--info" "foo bar" ]; feh = [ "--image-bg" "black" ]; imagemap = [ "-rVq" "--thumb-width" "40" "--thumb-height" "30" "--index-info" "%n\\n%wx%h" ]; present = [ "--full-screen" "--sort" "name" "--hide-pointer" ]; webcam = [ "--multiwindow" "--reload" "20" ]; }