19 lines
300 B
TOML
19 lines
300 B
TOML
|
live_config_reload = true
|
||
|
|
||
|
[window]
|
||
|
|
||
|
opacity = 0.8
|
||
|
dynamic_padding = false
|
||
|
padding.x = 20
|
||
|
padding.y = 20
|
||
|
|
||
|
decorations = "buttonless"
|
||
|
decorations_theme_variant = "Light" # "Dark"
|
||
|
|
||
|
[font]
|
||
|
normal = { family = "ComicShannsMonoNerdFontMono", style = "regular" }
|
||
|
size = 13.0
|
||
|
|
||
|
[env]
|
||
|
TERM = "xterm-256color"
|