chore(config): Tweaks to fonts, app title bar, etc

This commit is contained in:
2023-09-27 11:07:15 +03:00
parent a87b33b8c2
commit f48813ff85
5 changed files with 18 additions and 3 deletions

View File

@@ -6,6 +6,12 @@
export DOTFILES="$HOME/.dotfiles"
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()
{