mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 13:50:36 +00:00
chore(config): Tweaks to fonts, app title bar, etc
This commit is contained in:
@@ -17,6 +17,7 @@ env:
|
|||||||
# Window dimensions in character columns and lines
|
# Window dimensions in character columns and lines
|
||||||
# (changes require restart)
|
# (changes require restart)
|
||||||
window:
|
window:
|
||||||
|
dynamic_title: true
|
||||||
dimensions:
|
dimensions:
|
||||||
columns: 130
|
columns: 130
|
||||||
lines: 40
|
lines: 40
|
||||||
@@ -39,19 +40,19 @@ draw_bold_text_with_bright_colors: true
|
|||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: JetBrainsMono Nerd Font
|
family: JetBrainsMonoNL Nerd Font Mono
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
style: ExtraLight
|
style: ExtraLight
|
||||||
|
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: JetBrainsMono Nerd Font
|
family: JetBrainsMonoNL Nerd Font Mono
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: JetBrainsMono Nerd Font
|
family: JetBrainsMonoNL Nerd Font Mono
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
style: Italic
|
style: Italic
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
export DOTFILES="$HOME/.dotfiles"
|
export DOTFILES="$HOME/.dotfiles"
|
||||||
source "$DOTFILES/scripts/shared.sh"
|
source "$DOTFILES/scripts/shared.sh"
|
||||||
|
|
||||||
|
# Alacritty preexec hook to update dynamic title
|
||||||
|
preexec()
|
||||||
|
{
|
||||||
|
print -Pn "\e]0;$1%~\a"
|
||||||
|
}
|
||||||
|
|
||||||
# Weather in Tampere, or other city
|
# Weather in Tampere, or other city
|
||||||
weather()
|
weather()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
name = Ismo Vuorinen
|
name = Ismo Vuorinen
|
||||||
email = ismo@ivuorinen.net
|
email = ismo@ivuorinen.net
|
||||||
|
|
||||||
|
[github]
|
||||||
|
user = ivuorinen
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/overrides/config
|
path = ~/.config/git/overrides/config
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ disabled = true
|
|||||||
[directory]
|
[directory]
|
||||||
read_only = " "
|
read_only = " "
|
||||||
style = "blue"
|
style = "blue"
|
||||||
|
before_repo_root_style = "white"
|
||||||
|
truncation_symbol = "…/"
|
||||||
|
|
||||||
[docker_context]
|
[docker_context]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|||||||
@@ -67,6 +67,9 @@ bind p paste-buffer
|
|||||||
# │ Settings │
|
# │ Settings │
|
||||||
# ╰──────────────────────────────────────────────────────────╯
|
# ╰──────────────────────────────────────────────────────────╯
|
||||||
|
|
||||||
|
# Expose window title
|
||||||
|
set-option -g set-titles on
|
||||||
|
|
||||||
# Mouse support
|
# Mouse support
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user