Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. # change_on_start = <True or False>
  2. change_on_start = True
  3.  
  4. # change_enabled = <True or False>
  5. change_enabled = True
  6.  
  7. # change_interval = <interval in seconds - not less than 5>
  8. change_interval = 1800
  9.  
  10. # download_enabled = <True or False>
  11. download_enabled = True
  12.  
  13. # download_interval = <interval in seconds - not less than 30>
  14. download_interval = 600
  15.  
  16. # download_folder = <some folder> - when not specified, the default is ~/.config/variety/Downloaded
  17. download_folder = ~/.config/variety/Downloaded
  18.  
  19. # Determine if there the download folder sould not exceed a certain size (in megabytes)
  20. # quota_enabled = <True or False>
  21. # quota_size = <size in MB, minimum 50>
  22. quota_enabled = True
  23. quota_size = 500
  24.  
  25. # favorites_folder = <some folder> - when not specified, the default is ~/.config/variety/Favorites
  26. favorites_folder = ~/.config/variety/Favorites
  27.  
  28. # Prefer Copy to Favorites or Move to Favorites operation (or both), depending on the folder of the current image
  29. # favorites_operations = <A list of directories and the preferred operation (Copy, Move or Both) for each of them>
  30. # The default is: Downloaded:Copy;Fetched:Move;Others:Copy
  31. # Order is important - the first matching entry will determine what operation(s) to show in the menu for a specific file
  32. # Special folder names you can use: Downloaded, Fetched and Others (same as "/" - use it as last entry to determine the default operation)
  33. # Example1: Downloaded:Copy;Fetched:Move;/pics/RandomImages:Move;/pics/OrganizedAlbums:Copy;Others:Copy
  34. # Example2: Others:Both - always show both Copy and Move to Favorites, no matter which image is shown
  35. # Move to Favorites is only shown when the user has write permissions over the file, otherwise we fallback to Copy
  36. favorites_operations = Downloaded:Copy;Fetched:Move;Others:Copy
  37.  
  38. # fetch_folder = <some folder> - when not specified, the default is ~/.config/variety/Fetched
  39. fetched_folder = ~/.config/variety/Fetched
  40.  
  41. # Clipboard monitoring settings
  42. # clipboard_enabled = <True or False>
  43. # clipboard_use_whitelist = <will we use a hosts whitelist, or we'll fetch from everywhere - True or False>
  44. # clipboard_hosts = <comma-separated whitelist of hosts for which clipboard fetching is enabled>
  45. clipboard_enabled = False
  46. clipboard_use_whitelist = True
  47. clipboard_hosts = "wallbase.cc,ns223506.ovh.net,wallpapers.net,flickr.com,imgur.com,deviantart.com,interfacelift.com,vladstudio.com,imageshack.us"
  48.  
  49. # Icon settings
  50. # icon = <Light, Dark, Current, None, or a full path to an image file>
  51. icon = Light
  52.  
  53. # Prefer only images with this color:
  54. # desired_color_enabled = <True or False>
  55. # desired_color = <None or rgb like this: 100 150 200>
  56. # DISCLAIMER: This feature is still experimental
  57. desired_color_enabled = False
  58. desired_color = 160 160 160
  59.  
  60. # Minimum size of images to use, as a percentage of the screen resolution
  61. # min_size_enabled = <True or False>
  62. # min_size = <Percentage>
  63. min_size_enabled = False
  64. min_size = 80
  65.  
  66. # Should we use only landscape-oriented images?
  67. # use_landscape_enabled = <True or False>
  68. use_landscape_enabled = True
  69.  
  70. # Prefer light or dark images
  71. # lightness_enabled = <True or False>
  72. # lightness_mode = <0 for Dark, 1 for Light>
  73. lightness_enabled = True
  74. lightness_mode = 0
  75.  
  76. # Use a filter by rating?
  77. # min_rating_enabled = <True or False>
  78. # min_rating = <1 | 2 | 3 | 4 | 5>
  79. min_rating_enabled = False
  80. min_rating = 4
  81.  
  82. # Facebook - should we show the Share On Facebook item in menu and should we ask for a message every time
  83. # facebook_show_dialog = <True or False>
  84. # facebook_message = <Message to post when sharing on Facebook, by default is empty>
  85. facebook_show_dialog = True
  86. facebook_message = ""
  87.  
  88. # Folder to copy the wallpaper image to and make it world-readable. Provides LightDM support.
  89. # copyto_enabled = <True or False>, default is False
  90. # copyto_folder = <Default or Path to a custom folder>, the default is Default
  91. # Default means to use the XDG Pictures folder when home folder is unencrypted and /usr/share/backgrounds when it is encrypted.
  92. copyto_enabled = False
  93. copyto_folder = Default
  94.  
  95. # Clock settings
  96. # clock_enabled = <True or False>
  97. # clock_font = <FontName Size>, default is "Ubuntu Condensed, 70"
  98. # clock_date_font = <FontName Size>, default is "Ubuntu Condensed, 30"
  99. clock_enabled = False
  100. clock_font = "Ubuntu Condensed, 70"
  101. clock_date_font = "Ubuntu Condensed, 30"
  102.  
  103. # clock_filter = <an ImageMagick filter, read below>
  104. #
  105. # The filter defines the ImageMagick command that Variety uses to render the clock on the wallpaper.
  106. # First some scaling is applied to get the image down to the screen size - this ensures
  107. # the final drawn clock won't be rescaled by the desktop wallpaper system.
  108. # Easiest way to see what's happening is to run variety with -v, enable clock and see what ImageMagick
  109. # commands Variety dumps in the log.
  110. #
  111. # The user may want to customize the following aspects:
  112. # fill - color of "filling"
  113. # stroke - color of outline
  114. # strokewidth - width of outline
  115. # gravity - in which corner to display the clock - SouthEast, NorthEast, SouthWest, NorthWest
  116. # annotate - these must be in the form 0x0+[%HOFFSET+X]+[%VOFFSET+Y], where you can edit X and Y -
  117. # distance from the screen corner defined by gravity. Write them in even if they are 0.
  118. #
  119. # The %HOFFSET and %VOFFSET parameters are there for Variety to replace in order to compensate for the
  120. # diferent dimensions of every image and screen.
  121. # The several %FONT parameters are there for Variety to replace with the font settings from the GUI.
  122. #
  123. # The texts can contain these symbols:
  124. #
  125. # %H - hours (24), %I - hours (12), %p - am or pm, %M - minutes,
  126. # %A - day of week (full), %a - day of week abbreviation, %B - month name, %b - month abbreviation, %d - day of month, %Y - year.
  127. # The full list for these can be seen here: http://docs.python.org/library/datetime.html#strftime-strptime-behavior
  128. # Have in mind that Variety will not update the clock more often than once every minute, so using seconds (%S) for example is pointless
  129. #
  130. # A tutorial on "annotating" with ImageMagick that you may use as a reference: http://www.imagemagick.org/Usage/annotating/
  131. # You can get a very uniquely looking clock with some of the more advanced techniques (e.g. circle-shaped text, interesting colors and shading, etc....).
  132.  
  133. clock_filter = "-density 100 -font `fc-match -f '%{file[0]}' '%CLOCK_FONT_NAME'` -pointsize %CLOCK_FONT_SIZE -gravity SouthEast -fill '#00000044' -annotate 0x0+[%HOFFSET+58]+[%VOFFSET+108] '%H:%M' -fill white -annotate 0x0+[%HOFFSET+60]+[%VOFFSET+110] '%H:%M' -font `fc-match -f '%{file[0]}' '%DATE_FONT_NAME'` -pointsize %DATE_FONT_SIZE -fill '#00000044' -annotate 0x0+[%HOFFSET+58]+[%VOFFSET+58] '%A, %B %d' -fill white -annotate 0x0+[%HOFFSET+60]+[%VOFFSET+60] '%A, %B %d'"
  134.  
  135. # Quotes settings
  136. # quotes_enabled = <True or False>
  137. # quotes_font = <FontName Size>, default is Bitstream Charter 30
  138. # quotes_text_color = <r g b>, default is 255 255 255
  139. # quotes_bg_color = <r g b>, default is 80 80 80
  140. # quotes_bg_opacity = <0-100>, default is 55
  141. # quotes_width = <0-100>, default is 70
  142. # quotes_hpos = <0-100>, default is 100
  143. # quotes_vpos = <0-100>, default is 40
  144. # quotes_text_shadow = <True or False>, default is False
  145. # quotes_disabled_sources = <|-separated list of disabled quote plugin names>, default is empty
  146. # quotes_tags = <comma-separated list of tags>, default is empty
  147. # quotes_authors = <comma-separated list of authors>, default is empty
  148. # quotes_change_enabled = <True or False>
  149. # quotes_change_interval = <interval in seconds - not less than 10>, default is 300
  150. quotes_enabled = False
  151. quotes_font = Bitstream Charter 30
  152. quotes_text_color = 255 255 255
  153. quotes_bg_color = 80 80 80
  154. quotes_bg_opacity = 0
  155. quotes_text_shadow = True
  156. quotes_width = 60
  157. quotes_hpos = 13
  158. quotes_vpos = 71
  159. quotes_disabled_sources = QuotesDaddy
  160. quotes_tags = ""
  161. quotes_authors = ""
  162. quotes_change_enabled = False
  163. quotes_change_interval = 300
  164. quotes_favorites_file = ~/.config/variety/favorite_quotes.txt
  165. quotes_favorites_format = fortune
  166. smart_notice_shown = True
  167. smart_register_shown = False
  168. stats_notice_shown = True
  169. smart_enabled = False
  170. sync_enabled = True
  171. stats_enabled = True
  172.  
  173. # List of sources
  174. # Each source is srcX = <enabled or not|source type - one of image, folder, desktoppr, apod, flickr, wn|location>
  175. # location depends on type - path or url or search options, or just a name for unconfigurable sources
  176. # Folders are included recursively
  177. # BE CAREFUL: all keys below (src1, src2, etc.) MUST be different
  178. [sources]
  179. src1 = True|favorites|The Favorites folder
  180. src2 = False|fetched|The Fetched folder
  181. src3 = False|desktoppr|Random wallpapers from Desktoppr.co
  182. src4 = True|apod|NASA's Astronomy Picture of the Day
  183. src5 = False|earth|World Sunlight Map - live wallpaper from Opentopia.com
  184. src6 = True|wn|http://www.wallpapers.net/nature-hd-wallpapers78
  185. src7 = True|folder|/home/ja/Pictures/wallpapers
  186. src8 = False|recommended|Recommended by Variety. Adapts to your taste as you mark images as favorite or trash.
  187. src9 = False|latest|Latest favorites by the other users of Variety.
  188.  
  189. # Image filters to apply randomly to every wallpaper (ImageMagick is used for this)
  190. # Each filter is filterX = <enabled or not|filter name|arguments to pass to ImageMagick when calling convert>
  191. # BE CAREFUL: all keys below (filter1, filter2, etc.) MUST be different
  192. [filters]
  193. filter1 = False|Keep original|
  194. filter2 = False|Grayscale|-type Grayscale
  195. filter3 = False|Heavy blur|-blur 120x40
  196. filter4 = False|Soft blur|-blur 20x7
  197. filter5 = False|Oil painting|-paint 8
  198. filter6 = '''False|Pencil sketch|-colorspace gray \( +clone -tile ~/.config/variety/pencil_tile.png -draw "color 0,0 reset" +clone +swap -compose color_dodge -composite \) -fx 'u*.2+v*.8''''
  199. filter7 = False|Pointilism|-spread 10 -noise 3
  200. filter8 = False|Pixellate|-scale 3% -scale 3333%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement