mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 12:25:39 +00:00
32 lines
529 B
YAML
32 lines
529 B
YAML
window:
|
|
opacity: 0.90
|
|
dynamic_padding: true
|
|
decorations: none
|
|
padding:
|
|
x: 1
|
|
y: 1
|
|
# Font Mono configuration (changes require restart)
|
|
font:
|
|
# Normal (roman) font face
|
|
normal:
|
|
family: Hack Nerd Font Mono
|
|
style: Regular
|
|
|
|
# Bold font face
|
|
bold:
|
|
family: Hack Nerd Font Mono
|
|
style: Bold
|
|
|
|
# Italic font face
|
|
italic:
|
|
family: Hack Nerd Font Mono
|
|
style: Italic
|
|
|
|
# Bold italic font face
|
|
bold_italic:
|
|
family: Hack Nerd Font Mono
|
|
style: Bold Italic
|
|
|
|
# Point size
|
|
size: 14.0
|