zshrc: still experimenting with prompt; xresources: provide dpi via xrandr instead; kitty: fix colors and fonts
This commit is contained in:
parent
e55a5e3de0
commit
11f4b34bff
3 changed files with 7 additions and 8 deletions
10
kitty.conf
10
kitty.conf
|
@ -1,8 +1,8 @@
|
||||||
font_family Fira Code Retina
|
font_family Fira Code Retina
|
||||||
bold_font auto
|
bold_font Fira Code Bold
|
||||||
italic_font auto
|
italic_font Fira Code Retina
|
||||||
bold_italic_font auto
|
bold_italic_font Fira Code Bold
|
||||||
font_size 10
|
font_size 9.5
|
||||||
box_drawing_scale 0.1, 0.5, 1, 1.5
|
box_drawing_scale 0.1, 0.5, 1, 1.5
|
||||||
|
|
||||||
cursor_blink_interval 0
|
cursor_blink_interval 0
|
||||||
|
@ -17,7 +17,7 @@ map ctrl+alt+c copy_to_clipboard
|
||||||
map ctrl+alt+v paste_from_clipboard
|
map ctrl+alt+v paste_from_clipboard
|
||||||
|
|
||||||
selection_foreground #fdf6e3
|
selection_foreground #fdf6e3
|
||||||
selection_background #657b83
|
selection_background #b58900
|
||||||
foreground #657b83
|
foreground #657b83
|
||||||
background #fdf6e3
|
background #fdf6e3
|
||||||
cursor #cb4b16
|
cursor #cb4b16
|
||||||
|
|
|
@ -4,7 +4,7 @@ Xft.antialias: true
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
Xft.dpi: 192
|
!Xft.dpi: 192
|
||||||
|
|
||||||
#define TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
|
#define TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
|
||||||
#define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
|
#define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
|
||||||
|
|
3
zshrc
3
zshrc
|
@ -72,8 +72,7 @@ bindkey '^x^e' edit-command-line
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ prompt
|
# {{{ prompt
|
||||||
prompt_ln1='[ %(!.%F{red}.%F{blue})%n%f %m:%d ]'
|
prompt_ln1='[ %(!.%F{red}.%F{blue})%n%f %m:%d ]'
|
||||||
#prompt_ln2=$'\n%(!.%F{red}.%F{blue})=>%f '
|
prompt_ln2=$'\n%(!.%F{red}.%F{blue})=>>%f '
|
||||||
prompt_ln2=$'\n%(!.😈.😇) '
|
|
||||||
prompt_state_file="/tmp/zsh_gitstatus_$$.tmp"
|
prompt_state_file="/tmp/zsh_gitstatus_$$.tmp"
|
||||||
PROMPT="$prompt_ln1$prompt_ln2"
|
PROMPT="$prompt_ln1$prompt_ln2"
|
||||||
PROMPT2='%_%(!.%F{red}.%F{blue})>%f '
|
PROMPT2='%_%(!.%F{red}.%F{blue})>%f '
|
||||||
|
|
Loading…
Reference in a new issue