From 80e2a0ea21e052ef8c34b7ed63022ebd41013f38 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Wed, 26 Jul 2023 12:10:05 -0400 Subject: [PATCH] default some variety config values --- dot_config/variety/variety.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dot_config/variety/variety.conf b/dot_config/variety/variety.conf index e14447b..cf10daa 100644 --- a/dot_config/variety/variety.conf +++ b/dot_config/variety/variety.conf @@ -81,7 +81,7 @@ icon = Current # desired_color = # 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 = @@ -128,9 +128,9 @@ copyto_folder = ~/Pictures/wallpapers # clock_font = , default is "Serif 70" # clock_date_font = , 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 = # # 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