This commit is contained in:
ksyasuda 2022-02-20 17:20:35 -08:00
parent 2f9f669802
commit db260fae79
2 changed files with 16 additions and 13 deletions

View File

@ -18,7 +18,7 @@
# each instance of Alacritty. If it is not present, alacritty will # each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is # check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
TERM: "alacritty|xterm-256color" TERM: "xterm-256color"
window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
@ -27,8 +27,8 @@ window:
# must be at least `2`, while using a value of `0` for columns and lines will # must be at least `2`, while using a value of `0` for columns and lines will
# fall back to the window manager's recommended size. # fall back to the window manager's recommended size.
dimensions: dimensions:
columns: 180 columns: 90
lines: 45 lines: 35
# Window position (changes require restart) # Window position (changes require restart)
# #
@ -47,7 +47,7 @@ window:
y: 0 y: 0
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
# dynamic_padding: true dynamic_padding: true
# Window decorations # Window decorations
# #
@ -58,7 +58,7 @@ window:
# Values for `decorations` (macOS only): # Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons # - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background and no title bar buttons # - buttonless: Title bar, transparent background and no title bar buttons
#decorations: full decorations: none
# Startup Mode (changes require restart) # Startup Mode (changes require restart)
# #
@ -110,7 +110,8 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: "FiraCode Nerd Font" # family: "FiraCode Nerd Font"
family: "JetBrains Mono Nerd Font"
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular
@ -121,21 +122,23 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: "FiraCode Nerd Font" # family: "FiraCode Nerd Font"
family: "JetBrains Mono Nerd Font"
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold
# Italic font face # Italic font face
#italic: italic:
# Font family # Font family
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
# family: "FiraCode Nerd Font" # family: "FiraCode Nerd Font"
family: "JetBrains Mono Nerd Font"
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
# style: Italic style: Italic
# Bold italic font face # Bold italic font face
#bold_italic: #bold_italic:
@ -149,7 +152,7 @@ font:
# style: Bold Italic # style: Bold Italic
# Point size # Point size
size: 12.0 size: 9.0
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter
@ -389,7 +392,7 @@ vi_mode_style: Block
#thickness: 0.15 #thickness: 0.15
# Live config reload (changes require restart) # Live config reload (changes require restart)
#live_config_reload: true live_config_reload: true
# Shell # Shell
# #

View File

@ -15,6 +15,7 @@ print_info() {
info "WM" wm info "WM" wm
info "WM Theme" wm_theme info "WM Theme" wm_theme
info "Theme" theme info "Theme" theme
info "Font" font
info "Icons" icons info "Icons" icons
info "Terminal" term info "Terminal" term
info "Terminal Font" term_font info "Terminal Font" term_font
@ -25,7 +26,6 @@ print_info() {
info "Memory" memory info "Memory" memory
info "Disk" disk info "Disk" disk
# info "Battery" battery # info "Battery" battery
# info "Font" font
# info "Song" song # info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && prin "Music Player" "$player"
# info "Local IP" local_ip # info "Local IP" local_ip