lightmode
E. Almqvist 2 years ago
parent 889b4b403c
commit 3dedcb35a0
  1. 2
      alacritty/.config/alacritty/alacritty.yml
  2. 8
      nvim/.config/nvim/init.vim
  3. 10
      polybar/.config/polybar/config

@ -54,7 +54,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 9 size: 10
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.

@ -69,11 +69,11 @@ let &showbreak = '↳ '
set laststatus=0 ruler set laststatus=0 ruler
set nu set nu
"hi Normal guibg=NONE ctermbg=NONE hi Normal guibg=NONE ctermbg=NONE
"hi StatusLine ctermbg=NONE ctermfg=NONE hi StatusLine ctermbg=NONE ctermfg=NONE
" "
"highlight clear LineNr highlight clear LineNr
"highlight LineNr ctermfg=NONE ctermbg=NONE highlight LineNr ctermfg=NONE ctermbg=NONE
" Airline " Airline
let g:airline_theme='gruvbox' let g:airline_theme='gruvbox'

@ -61,10 +61,6 @@ modules-left = dwm
modules-center = title modules-center = title
modules-right = cmus pulseaudio wlan battery time date modules-right = cmus pulseaudio wlan battery time date
#################################################
# MODULES #
#################################################
[module/dwm] [module/dwm]
type = internal/dwm type = internal/dwm
format = <label-tags> <label-layout> <label-floating> format = <label-tags> <label-layout> <label-floating>
@ -138,9 +134,9 @@ label-visible-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding} label-visible-padding = ${self.label-focused-padding}
# urgent = Unselected tag with window that has urgency hint set # urgent = Unselected tag with window that has urgency hint set
label-urgent = %name% label-urgent = [%name%]
label-urgent-background = ${colors.selected} label-urgent-background = ${colors.background}
label-urgent-foreground = ${colors.foreground} label-urgent-foreground = ${colors.red}
label-urgent-padding = 1 label-urgent-padding = 1
# empty = Unselected and unoccupied tag # empty = Unselected and unoccupied tag

Loading…
Cancel
Save