-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig
More file actions
57 lines (42 loc) · 1.01 KB
/
config
File metadata and controls
57 lines (42 loc) · 1.01 KB
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
################
# lockerd opts #
################
TIME_TO_LOCK=600
######################
# screen locker opts #
######################
auth_font="Noto Sans CJK JP"
password_prompt="disco"
show_hostname=0
show_username=1
burnin_mitigation=50
burnin_mitigation_pixels=1
blank_timeout=600
##############
# saver opts #
##############
saver_list_1="walldir,livewall"
saver_list_2="currwall,snake"
saver_list_3="matrix,pipes,snake"
saver_list_4="walldir,livewall"
saver_list_5="livewall"
term_font="BlexMono Nerd Font Mono"
wallpaper="${HOME}/.local/share/bg"
live_walls="${HOME}/Videos/live-walls"
wall_dir="${HOME}/Pictures/wallpapers"
# list of possible delay values between images
delays_list="0.5 1 1.5 2 2.5 3"
# possible number of pipes list
np_list="1 2 3 4"
# possible snake looks list
sl_l="fancy dots full ascii"
##################
# saver bar opts #
##################
FANCY_BAT_ICON=""
########################
# delayed suspend opts #
########################
delay_suspend=900
suspend_on_ac=1
# vim: ft=sh