-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
default_config.toml
47 lines (42 loc) · 913 Bytes
/
default_config.toml
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
# This content should go in the path ~/.config/sss/config.toml
# These parameters contain the same parameters and format as those of the arguments
# These are the configurations for sss
[cli]
area = "x,y WxH"
show_cursor = false
current = false
screen = false
screen-id = ""
# These are the configurations for sss_code
[code]
extra-syntaxes = ""
line-numbers = true
tab-width = 4
theme = "base16-ocean.dark"
vim-theme = ""
code-background = ""
# These are the configurations for both
[general]
author = "@SergioRibera"
copy = false
fonts = "Hack=12.0"
padding-x = 80
padding-y = 100
radius = 15
save-format = "png"
notify = false
shadow = true
shadow-blur = 50.0
shadow-image = true
window-title = ""
[general.colors]
author = "#000000"
background = "#FFFFFF"
shadow = "#707070"
title = "#FFFFFF"
window-background = ""
[general.window-controls]
enable = false
height = 40
titlebar-padding = 10
width = 120