File tree 6 files changed +39
-5
lines changed
6 files changed +39
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh
20
20
exec_always --no-startup-id feh --bg-fill ~/.dotfiles/wallpapers/mist.jpg
21
21
22
22
# Miscellaneous settings for windows
23
- font pango:Source Sans Pro 12, FontAwesome 12
23
+ font pango:Cantarell 12, FontAwesome 12
24
24
hide_edge_borders smart
25
25
26
26
# ####### #
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ offset-y = 0
45
45
padding-left = 0
46
46
padding-right = 2
47
47
48
- font-0 = " Source Sans Pro :style=Regular:pixelsize=24 ;3"
48
+ font-0 = " Cantarell :style=Regular:pixelsize=22 ;3"
49
49
font-1 = " Font Awesome 5 Free:style=Regular:pixelsize=20;3"
50
50
font-2 = " Font Awesome 5 Free:style=Solid:pixelsize=20;3"
51
51
font-3 = " Font Awesome 5 Brands:pixelsize=20;3"
Original file line number Diff line number Diff line change 1
- set font "SauceCodePro Nerd Font normal 11"
1
+ set font "SauceCodePro Nerd Font normal 12"
2
+ set smooth-scroll true
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ robbyrussell/oh-my-zsh folder:plugins/vi-mode
17
17
robbyrussell/oh-my-zsh folder:plugins/colored-man-pages
18
18
19
19
# Themes
20
- # denysdovhan/spaceship-prompt
21
- sindresorhus/pure
20
+ denysdovhan/spaceship-prompt
21
+ # sindresorhus/pure
Original file line number Diff line number Diff line change 12
12
autoload -Uz compinit
13
13
compinit
14
14
15
+ # improve performance by removing unnecessary prompt sections
16
+ SPACESHIP_PROMPT_ORDER=(
17
+ user # Username section
18
+ dir # Current directory section
19
+ host # Hostname section
20
+ git # Git section (git_branch + git_status)
21
+ hg # Mercurial section (hg_branch + hg_status)
22
+ package # Package version
23
+ node # Node.js section
24
+ ruby # Ruby section
25
+ golang # Go section
26
+ php # PHP section
27
+ rust # Rust section
28
+ haskell # Haskell Stack section
29
+ julia # Julia section
30
+ docker # Docker section
31
+ venv # virtualenv section
32
+ conda # conda virtualenv section
33
+ pyenv # Pyenv section
34
+ dotnet # .NET section
35
+ kubecontext # Kubectl context section
36
+ exec_time # Execution time
37
+ vi_mode # Vi-mode indicator
38
+ line_sep # Line break
39
+ jobs # Background jobs indicator
40
+ exit_code # Exit code section
41
+ char # Prompt character
42
+ )
43
+
44
+ # disable insert mode display on vi-mode prompt section
45
+ SPACESHIP_VI_MODE_SUFFIX=" "
46
+ SPACESHIP_VI_MODE_INSERT=" "
47
+
15
48
# load auto-generated antibody plugins file
16
49
source ~ /.zsh_plugins.sh
17
50
You can’t perform that action at this time.
0 commit comments