-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties.toml.sample
57 lines (46 loc) · 2.19 KB
/
properties.toml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Image Manipulation Properties
#
# This can be manually edited but it's best managed with interactive mode's "install" and "update" commands.
#
# Control how individual images are manipulated before and after scaling on
# your monitors
# top, bottom, left, right
## How many pixels to cut from that side of the original image, negative values pad
# background
## When padding, which colour to pad with (defaults to black).
## Valid values are "white", "black", or an RRGGBB hex string ("a1b2c3").
# horizontal, vertical
## How much to shift the image Up/Down or Left/Right, as a decimal percentage.
## Use when you want to focus on something off center, commonly to prevent characters' heads from getting cut off.
# denoise
## The level of denoising to use as a signed integer.
## The default level is 1, which has minimal impact on wallpapers that have no noise.
## waifu2x-vulkan-ncnn supports values from -1 to 3.
# The table format is ['path/to/wallpaper.png'] or ['path/to/wallpaper.png'.X.Y]
# X and Y are the coprime components of the aspect ratio of your monitor. 16:10 is 8.5, 21:9 is 7:3
# Use forward slashes in paths, even on Windows
# You can experiment using the preview command, see wallpapers preview -h for more information.
# Examples:
# With a tall wallpaper at "path\to\tall_wallpaper.jpg" relative to the OriginalsDirectory and both a 16:10 and 16:9 monitor:
# ['path/to/tall_wallpaper.jpg'.8.5]
# vertical = 5.0
# ['path/to/tall_wallpaper.jpg'.16.9]
# vertical = 6.5
# With a tall wallpaper at "path\to\tall_wallpaper.jpg" relative to the OriginalsDirectory,
# with a 5% vertical offset for all monitors except 9x16 vertical monitors:
# ['path/to/tall_wallpaper.jpg']
# vertical = 5.0
# ['path/to/tall_wallpaper.jpg'.16.9]
# For a wide wallpaper where the left side has something you want to see, and minimal denoising:
# ['path/to/wide_wallpaper.jpg'.8.5]
# horizontal = -10.0
# denoise = -1
# Letterbox a tall wallpaper on ultrawide monitors with grey stripes, and denoise it heavily
# ['tall_wallpaper'.7.3]
# left = -1000
# right = -1000
# background = "aaaaaa"
# denoise = 3
# Cut off the bottom 300 pixels of a wide wallpaper on only 4:3 monitors with black stripes
# ['tall_wallpaper'.4.3]
# bottom = 300