This commit is contained in:
TheK4n 2022-05-19 02:08:05 +03:00
parent 75c99645af
commit ef61f50473
3 changed files with 6 additions and 5 deletions

View File

@ -24,8 +24,7 @@ live_config_reload: true
font:
normal:
family: monospace
style: Regular
family: FiraCode Nerd Font Mono
size: 12
size: 11

View File

@ -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).

View File

@ -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='📡'