8 lines
167 B
TOML
8 lines
167 B
TOML
# [shell]
|
|
# program = "/bin/bash"
|
|
# args = ["-l","-c","tmux attach || tmux"]
|
|
[window]
|
|
opacity = 0.75
|
|
padding = { x = 5, y = 5}
|
|
[colors.primary]
|
|
background = "#000000"
|