Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
walldrc(5)		       File Formats Manual		      walldrc(5)

NAME
     walldrc - walld configuration file

DESCRIPTION
     walldrc  is  located  at  ~/.walld/.walldrc  it  can  be  used to configure
     walld(1)

     walld(1) uses libconfig to handle configs

OPTIONS
     colors
	    This tells walld whether or not to generate colors and put them in a
	    file located at $HOME/.walld/colors
		   Default=FALSE
     dark
	    When walld generates colors, it modifies them to make them darker or
	    lighter. If Dark is true it make the colors better fit a dark  color
	    scheme.  If  it  is  false	it  makes the colors fit a lighter color
	    scheme.
		   Default=TRUE
     monitors
	    This tells walld how many diffrent monitors to display  a  wallpaper
	    on. see feh(1) for more details
		   Default=1
     use-xrdb
	    Set  this to true to have walld automatically reload your Xresources
	    when it generates a new color file.
		   Default=FALSE
     minutes
	    The interval between wallpaper changes. This is in minutes.  It  can
	    be 0
		   Default=30
     source_to_use
	    Walld  can	use  many different sources for images. This tells walld
	    what source to use.
		   Default="default"
     source
	    This is the source that was selected  with	source_to_use.	 It  can
	    contain files, URLs, or even libconfig lists of files, URLs, or more
	    files. It can hold as many members as needed.
		   Default="$HOME/.walld/images"
     feh-path
	    This is where the feh executable is located on the system.	walld(1)
	    searches the path for feh, so only set for something custom.
		   Default=unset
     bg-style
	    This is the --bg-style that walld passes to feh. see feh(1) for more
		   Default="--bg-scale"
     XAUTHORITY
	    walld(1)  usually  gets this from environment variables. If you have
	    something custom you can set it here.
		   Default=unset
     display
	    Walld usually gets this from  environment  variables.  If  you  have
	    something custom you can set it here. It is used to tell feh(1) what
	    display to set the wallpaper on.
		   Default=unset
     xrdb-path
	    This  is  where the xrdb executable is located. If it is used to re-
	    load Xresources.  walld(1) searches the path for xrdb, so  only  set
	    for something custom.
		   Default=unset
     xrdb-args
	    These are the arguments passed to xrdb. If you have something custom
	    you can set it here. see xrdb(1) for more info
		   Default="--load"
     xresources
	    This  is  your .Xresources that xrdb can load. If you have something
	    custom you can set it here.
		   Default="$HOME/.Xresources"

AUTHORS
     Dotz0cat <Dotz0cat@gmail.com>

SEE ALSO
     walld(1)

				   2022-04-19			      walldrc(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=walldrc&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help