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
|
||||
|
||||
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#fnamemod = ':t'
|
||||
" set laststatus=2 " always show statusline
|
||||
|
|
|
@ -48,7 +48,7 @@ font-3 = ${env:BAR_ICON_FONT_DECLARATION}
|
|||
|
||||
modules-left = bspwm
|
||||
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-padding = 2
|
||||
|
@ -94,7 +94,7 @@ mount-0 = /home
|
|||
|
||||
format = <label-mounted>
|
||||
label-mounted = %percentage_used%%
|
||||
label-mounted-foreground = ${xrdb:color5}
|
||||
label-mounted-foreground = ${xrdb:color6}
|
||||
format-mounted-prefix = " "
|
||||
format-mounted-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
@ -233,18 +233,18 @@ format-disconnected =
|
|||
type = internal/date
|
||||
interval = 1
|
||||
|
||||
date = "%Y-%m-%d"
|
||||
date = "%Y-%m-%d "
|
||||
date-alt =
|
||||
|
||||
time = %H:%M:%S
|
||||
time-alt = %H:%M
|
||||
|
||||
label-foreground = ${xrdb:color7}
|
||||
format-prefix =
|
||||
label-foreground = ${xrdb:color1}
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
; format-underline = #0a6cf5
|
||||
|
||||
label = %date% %time%
|
||||
label = %date%%time%
|
||||
|
||||
[module/volume]
|
||||
type = internal/volume
|
||||
|
|
|
@ -207,10 +207,10 @@ XF86AudioPrev
|
|||
|
||||
# monitor brightness controls for monitor birghtness keys
|
||||
{_,shift + }XF86MonBrightnessUp
|
||||
add_percent_brightness {0.1,0.01} && update_bar_DisplayBrightness
|
||||
xbacklight + 10
|
||||
|
||||
{_,shift + }XF86MonBrightnessDown
|
||||
sub_percent_brightness {0.1,0.01} && update_bar_DisplayBrightness
|
||||
xbacklight - 10
|
||||
|
||||
# close the current application
|
||||
super + c
|
||||
|
|
Reference in a new issue