1
0
Fork 0

powerline symbols

This commit is contained in:
Von Random 2023-06-16 22:21:05 +03:00
parent 5babd1faee
commit 8d87e3908c
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
set prompt_sep \ue0b0 set prompt_sep \ue0bc
set prompt_bang \n\ (set_color brred)\u266a\ set prompt_bang \n\ (set_color brred)\u266a\
set git_sign \ue0a0 set git_sign \ue0a0
set color_fg brwhite set color_fg brwhite

View file

@ -28,7 +28,8 @@ if require('packer_init').init(plugins) then return end
require('lualine').setup{ require('lualine').setup{
options = { options = {
icons_enabled = false, icons_enabled = false,
component_separators = { left = '\u{2022}', right = '\u{2022}' } component_separators = { left = '\u{2022}', right = '\u{2022}' },
section_separators = { left = '\u{e0bc}', right = '\u{e0be}' }
} }
} }

View file

@ -35,7 +35,7 @@ set -g message-style "bg=blue,fg=white"
set -g message-command-style "bg=red,fg=white" set -g message-command-style "bg=red,fg=white"
set -g status on set -g status on
set -g status-style "fg=black,bg=white" set -g status-style "fg=black,bg=white"
set -g status-format[0] "#[fg=brightred,bg=black,italics] #h[#S] #[default]\ue0b0 #{W: #I:#W ,#[reverse] #I:#W #[noreverse]} #[align=right]\ue0b2#[reverse] %a %e %k:%M " set -g status-format[0] "#[fg=brightred,bg=black,italics] #h[#S] #[default]\ue0bc #{W: #I:#W ,#[reverse] #I:#W #[noreverse]} #[align=right]\ue0be#[reverse] %a %e %k:%M "
set -g status-interval 2 set -g status-interval 2
set -g status-position "bottom" set -g status-position "bottom"
set -g status-justify "left" set -g status-justify "left"