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
# Point size
size: 9
size: 10
# 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.

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

@ -61,10 +61,6 @@ modules-left = dwm
modules-center = title
modules-right = cmus pulseaudio wlan battery time date
#################################################
# MODULES #
#################################################
[module/dwm]
type = internal/dwm
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}
# urgent = Unselected tag with window that has urgency hint set
label-urgent = %name%
label-urgent-background = ${colors.selected}
label-urgent-foreground = ${colors.foreground}
label-urgent = [%name%]
label-urgent-background = ${colors.background}
label-urgent-foreground = ${colors.red}
label-urgent-padding = 1
# empty = Unselected and unoccupied tag

Loading…
Cancel
Save