default some variety config values

This commit is contained in:
Joel Beckmeyer 2023-07-26 12:10:05 -04:00
parent 684e21a4eb
commit 80e2a0ea21
1 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ icon = Current
# desired_color = <None or rgb like this: 100 150 200>
# DISCLAIMER: This feature is still experimental
desired_color_enabled = False
desired_color = 160 160 160
desired_color = None
# Minimum size of images to use, as a percentage of the screen resolution
# min_size_enabled = <True or False>
@ -128,9 +128,9 @@ copyto_folder = ~/Pictures/wallpapers
# clock_font = <FontName Size>, default is "Serif 70"
# clock_date_font = <FontName Size>, default is "Serif 30"
clock_enabled = False
clock_font = Serif 70
clock_date_font = Serif 30
clock_font = "Serif 70"
clock_date_font = "Serif 30"
# clock_filter = <an ImageMagick filter, read below>
#
# The filter defines the ImageMagick command that Variety uses to render the clock on the wallpaper.
@ -192,7 +192,7 @@ quotes_vpos = 40
quotes_max_length = 4096
quotes_disabled_sources = Goodreads|Local text files|TheQuotationsPage.com|UNIX fortune program|Urban Dictionary
quotes_tags = LSB
quotes_authors = ""
quotes_authors =
quotes_change_enabled = False
quotes_change_interval = 86400
quotes_favorites_file = ~/.config/variety/favorite_quotes.txt
@ -207,7 +207,7 @@ slideshow_custom_folder = ~/Pictures
slideshow_sort_order = Random
slideshow_monitor = All
slideshow_mode = Desktop
slideshow_seconds = 6.0
slideshow_seconds = 6
slideshow_fade = 0.4
slideshow_zoom = 0.2
slideshow_pan = 0.05