font
This commit is contained in:
parent
75c99645af
commit
ef61f50473
@ -24,8 +24,7 @@ live_config_reload: true
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: monospace
|
||||
style: Regular
|
||||
family: FiraCode Nerd Font Mono
|
||||
|
||||
size: 12
|
||||
size: 11
|
||||
|
||||
|
||||
@ -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).
|
||||
|
||||
@ -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='📡'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user