mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
update
This commit is contained in:
parent
2f9f669802
commit
db260fae79
@ -18,7 +18,7 @@
|
||||
# each instance of Alacritty. If it is not present, alacritty will
|
||||
# check the local terminfo database and use `alacritty` if it is
|
||||
# available, otherwise `xterm-256color` is used.
|
||||
TERM: "alacritty|xterm-256color"
|
||||
TERM: "xterm-256color"
|
||||
|
||||
window:
|
||||
# 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
|
||||
# fall back to the window manager's recommended size.
|
||||
dimensions:
|
||||
columns: 180
|
||||
lines: 45
|
||||
columns: 90
|
||||
lines: 35
|
||||
|
||||
# Window position (changes require restart)
|
||||
#
|
||||
@ -47,7 +47,7 @@ window:
|
||||
y: 0
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
# dynamic_padding: true
|
||||
dynamic_padding: true
|
||||
|
||||
# Window decorations
|
||||
#
|
||||
@ -58,7 +58,7 @@ window:
|
||||
# Values for `decorations` (macOS only):
|
||||
# - transparent: Title bar, transparent background and title bar buttons
|
||||
# - buttonless: Title bar, transparent background and no title bar buttons
|
||||
#decorations: full
|
||||
decorations: none
|
||||
|
||||
# Startup Mode (changes require restart)
|
||||
#
|
||||
@ -110,7 +110,8 @@ font:
|
||||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (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.
|
||||
style: Regular
|
||||
@ -121,21 +122,23 @@ font:
|
||||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# 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.
|
||||
style: Bold
|
||||
|
||||
# Italic font face
|
||||
#italic:
|
||||
italic:
|
||||
# Font family
|
||||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# 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.
|
||||
# style: Italic
|
||||
style: Italic
|
||||
|
||||
# Bold italic font face
|
||||
#bold_italic:
|
||||
@ -149,7 +152,7 @@ font:
|
||||
# style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 12.0
|
||||
size: 9.0
|
||||
|
||||
# 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
|
||||
@ -389,7 +392,7 @@ vi_mode_style: Block
|
||||
#thickness: 0.15
|
||||
|
||||
# Live config reload (changes require restart)
|
||||
#live_config_reload: true
|
||||
live_config_reload: true
|
||||
|
||||
# Shell
|
||||
#
|
||||
|
@ -15,6 +15,7 @@ print_info() {
|
||||
info "WM" wm
|
||||
info "WM Theme" wm_theme
|
||||
info "Theme" theme
|
||||
info "Font" font
|
||||
info "Icons" icons
|
||||
info "Terminal" term
|
||||
info "Terminal Font" term_font
|
||||
@ -25,7 +26,6 @@ print_info() {
|
||||
info "Memory" memory
|
||||
info "Disk" disk
|
||||
# info "Battery" battery
|
||||
# info "Font" font
|
||||
# info "Song" song
|
||||
# [[ "$player" ]] && prin "Music Player" "$player"
|
||||
# info "Local IP" local_ip
|
||||
|
Loading…
Reference in New Issue
Block a user