Adjust dunst
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
# the top and down respectively.
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
geometry = "400x20-10+26"
|
||||
geometry = "400x20-15+35"
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
indicate_hidden = yes
|
||||
@@ -61,11 +61,10 @@
|
||||
|
||||
# Defines width in pixels of frame around the notification window.
|
||||
# Set to 0 to disable.
|
||||
frame_width = 0
|
||||
frame_width = 2
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
#frame_color = "#e06c75"
|
||||
frame_color = "#98c379"
|
||||
frame_color = "#D8DEE9"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@@ -203,7 +202,7 @@
|
||||
# corners.
|
||||
# The radius will be automatically lowered if it exceeds half of the
|
||||
# notification height to avoid clipping text and/or icons.
|
||||
corner_radius = 0
|
||||
corner_radius = 15
|
||||
|
||||
### Legacy
|
||||
|
||||
@@ -255,22 +254,22 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#1C1B1D"
|
||||
foreground = "#e5e9f0"
|
||||
background = "#D8DEE9"
|
||||
foreground = "#2E3440"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1C1B1D"
|
||||
foreground = "#e5e9f0"
|
||||
background = "#D8DEE9"
|
||||
foreground = "#2E3440"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#1C1B1D"
|
||||
foreground = "#e5e9f0"
|
||||
background = "#D8DEE9"
|
||||
foreground = "#2E3440"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
@@ -12,8 +12,7 @@ let mapleader = "\<Space>"
|
||||
" ============================== vim-plug
|
||||
call plug#begin()
|
||||
|
||||
Plug 'joshdick/onedark.vim' " color scheme
|
||||
Plug 'arcticicestudio/nord-vim'
|
||||
Plug 'arcticicestudio/nord-vim' " color scheme
|
||||
|
||||
Plug 'tpope/vim-sleuth' " heuristic file indendation
|
||||
|
||||
@@ -80,7 +79,7 @@ function! FileNameWithIcon() abort
|
||||
return winwidth(0) > 70 ? WebDevIconsGetFileTypeSymbol() . ' ' . expand('%:T') : ''
|
||||
endfunction
|
||||
|
||||
let g:lightline = { 'colorscheme': 'one' }
|
||||
let g:lightline = { 'colorscheme': 'nord' }
|
||||
|
||||
let g:lightline.component_function = { 'gitstatus': 'GitStatus' }
|
||||
let g:lightline.component = { 'filename_with_icon': '%{FileNameWithIcon()}' }
|
||||
|
||||
Reference in New Issue
Block a user