From ef61f50473db45bd0891b83a3ac978537cd2ccfc Mon Sep 17 00:00:00 2001 From: TheK4n Date: Thu, 19 May 2022 02:08:05 +0300 Subject: [PATCH] font --- sub/alacritty/alacritty.yml | 5 ++--- sub/i3/config | 4 +++- sub/zsh/prompt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sub/alacritty/alacritty.yml b/sub/alacritty/alacritty.yml index 0c1a33b..0230b66 100644 --- a/sub/alacritty/alacritty.yml +++ b/sub/alacritty/alacritty.yml @@ -24,8 +24,7 @@ live_config_reload: true font: normal: - family: monospace - style: Regular + family: FiraCode Nerd Font Mono - size: 12 + size: 11 diff --git a/sub/i3/config b/sub/i3/config index 8ea18b4..8d25402 100644 --- a/sub/i3/config +++ b/sub/i3/config @@ -14,9 +14,11 @@ for_window [tiling] border pixel 3 exec --no-startup-id picom --inactive-dim 0.2 --no-fading-openclose --inactive-dim-fixed --config /dev/null set $mod Mod4 +exec --no-startup-id xset s off +exec --no-startup-id xset dpms 0 0 0 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font regular:monospace 11 +font FiraCode:monospace 10 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). diff --git a/sub/zsh/prompt b/sub/zsh/prompt index 8dff2c5..e7d3307 100644 --- a/sub/zsh/prompt +++ b/sub/zsh/prompt @@ -62,7 +62,7 @@ vcs_info_wrapper() { configure_prompt() { - prompt_symbol=㉿ + prompt_symbol=@ [ "$EUID" -eq 0 ] && prompt_symbol=💀 [[ -n "$SSH_CLIENT" || -n "$SSH2_CLIENT" ]] && prompt_symbol='📡'