Files
dotfiles/superfile/config.toml
2024-05-24 18:22:08 +02:00

29 lines
700 B
TOML

# change your theme
theme = 'catpuccin'
#
# useless for now
footer_panel_list = ['processes', 'metadata', 'clipboard']
#
# ================ Style =================
#
# Set transparent background or not (this only work when your terminal background is transparent)
transparent_backgroun = false
#
#
# Border style
border_top = '━'
border_bottom = '━'
border_left = '┃'
border_right = '┃'
border_top_left = '┏'
border_top_right = '┓'
border_bottom_left = '┗'
border_bottom_right = '┛'
border_middle_left = '┣'
border_middle_right = '┫'
#
# ==========PLUGINS========== #
#
# Show more detailed metadata, please install exiftool before enabling this plugin!
metadata = false