diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-29 17:36:43 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-29 17:36:43 +0100 |
commit | 67dd1430ce0e14f5da737859c795d67983bda07e (patch) | |
tree | 3d0d440f25719884bd136c4d5e84283da9ab050b /.config | |
parent | update (diff) | |
download | dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.gz dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.bz2 dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.xz dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.tar.zst dotfiles-bsd-67dd1430ce0e14f5da737859c795d67983bda07e.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 4 | ||||
-rw-r--r-- | .config/nvim/settings.vim | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cdca08e..387d0b9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,7 +1,7 @@ [global] monitor = 0 follow = none - geometry = "500x5-40+40" + geometry = "750-40+40" indicate_hidden = yes shrink = yes transparency = 0 @@ -23,7 +23,7 @@ sort = yes idle_threshold = 120 - font = DejaVuSansMono Nerd Font 14 + font = NotoSans Nerd Font 16 line_height = 0 markup = full diff --git a/.config/nvim/settings.vim b/.config/nvim/settings.vim index 1166155..06a6ec9 100644 --- a/.config/nvim/settings.vim +++ b/.config/nvim/settings.vim @@ -38,5 +38,4 @@ let mapleader="\\" let maplocalleader="\\" " Disables automatic commenting on newline: autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o -set statusline=...%{battery#component()}... let g:battery#update_statusline = 1 " For statusline. |