Finish bar updates, vim icon font fixes, fix brightness keys
This commit is contained in:
parent
b740819c19
commit
7f58deac62
|
@ -80,7 +80,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Plug 'vim-airline/vim-airline' " statusline
|
Plug 'vim-airline/vim-airline' " statusline
|
||||||
" let g:airline_powerline_fonts = 0
|
let g:airline_powerline_fonts = 1
|
||||||
let g:airline#extensions#tabline#enabled = 1 " automatically displays all buffers when there's only one tab open
|
let g:airline#extensions#tabline#enabled = 1 " automatically displays all buffers when there's only one tab open
|
||||||
let g:airline#extensions#tabline#fnamemod = ':t'
|
let g:airline#extensions#tabline#fnamemod = ':t'
|
||||||
" set laststatus=2 " always show statusline
|
" set laststatus=2 " always show statusline
|
||||||
|
|
|
@ -48,7 +48,7 @@ font-3 = ${env:BAR_ICON_FONT_DECLARATION}
|
||||||
|
|
||||||
modules-left = bspwm
|
modules-left = bspwm
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = filesystem xbacklight volume xkeyboard memory cpu battery temperature date powermenu
|
modules-right = xbacklight volume xkeyboard filesystem memory cpu battery temperature date powermenu
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
|
@ -94,7 +94,7 @@ mount-0 = /home
|
||||||
|
|
||||||
format = <label-mounted>
|
format = <label-mounted>
|
||||||
label-mounted = %percentage_used%%
|
label-mounted = %percentage_used%%
|
||||||
label-mounted-foreground = ${xrdb:color5}
|
label-mounted-foreground = ${xrdb:color6}
|
||||||
format-mounted-prefix = " "
|
format-mounted-prefix = " "
|
||||||
format-mounted-prefix-foreground = ${colors.foreground-alt}
|
format-mounted-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
|
@ -239,8 +239,8 @@ date-alt =
|
||||||
time = %H:%M:%S
|
time = %H:%M:%S
|
||||||
time-alt = %H:%M
|
time-alt = %H:%M
|
||||||
|
|
||||||
label-foreground = ${xrdb:color7}
|
label-foreground = ${xrdb:color1}
|
||||||
format-prefix =
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
; format-underline = #0a6cf5
|
; format-underline = #0a6cf5
|
||||||
|
|
||||||
|
|
|
@ -207,10 +207,10 @@ XF86AudioPrev
|
||||||
|
|
||||||
# monitor brightness controls for monitor birghtness keys
|
# monitor brightness controls for monitor birghtness keys
|
||||||
{_,shift + }XF86MonBrightnessUp
|
{_,shift + }XF86MonBrightnessUp
|
||||||
add_percent_brightness {0.1,0.01} && update_bar_DisplayBrightness
|
xbacklight + 10
|
||||||
|
|
||||||
{_,shift + }XF86MonBrightnessDown
|
{_,shift + }XF86MonBrightnessDown
|
||||||
sub_percent_brightness {0.1,0.01} && update_bar_DisplayBrightness
|
xbacklight - 10
|
||||||
|
|
||||||
# close the current application
|
# close the current application
|
||||||
super + c
|
super + c
|
||||||
|
|
Reference in a new issue