mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
29 lines
700 B
TOML
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
|