-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaultWin.cfg
36 lines (29 loc) · 1.05 KB
/
defaultWin.cfg
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
# ██╗ ██╗ ██╗██████╗
# ██║ ██║ ██║██╔══██╗
# ██║ ██║ █╗ ██║██████╔╝
# ██║ ██║███╗██║██╔═══╝
# ███████╗╚███╔███╔╝██║
# ╚══════╝ ╚══╝╚══╝ ╚═╝
# Smooth movement
# Increasing this value will make the wallpaper layers move faster
smooth=8.0
# Monitors count
monitors=1
# Monitor position
monitor1_x=0
monitor1_y=0
# Monitor resolution
monitor1_w=1920
monitor1_h=1080
# Absolute path to the wallpaper directory
# Leave the value as empty to use the default wallpaper
monitor1_wallpaper=
# Wallpaper size and position relative to Your monitor
# Wallpaper resolution ratio should be the same as in original image
monitor1_wallpaper_x=0
monitor1_wallpaper_y=0
monitor1_wallpaper_w=1920
monitor1_wallpaper_h=1080
# How many times per second should the wallpaper render
# (imprecise, but accurate enough)
target_fps=60