Forgot to ayu dunst

This commit is contained in:
Marco Thomas
2021-09-15 16:23:15 +02:00
parent 505189c370
commit 71d9f71878
2 changed files with 8 additions and 8 deletions

View File

@@ -255,22 +255,22 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#f9f5d7" background = "#fafafa"
foreground = "#282828" foreground = "#575f66"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#f9f5d7" background = "#fafafa"
foreground = "#282828" foreground = "#575f66"
timeout = 10 timeout = 10
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#f9f5d7" background = "#fafafa"
foreground = "#282828" foreground = "#575f66"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon

View File

@@ -53,8 +53,8 @@ set wildmenu " autocomplete :e
set scrolloff=5 " min lines above or below the cursor set scrolloff=5 " min lines above or below the cursor
" ============================== Statusline " ============================== Statusline
set laststatus=0 " i dont need a statusline set laststatus=1 " i dont need a statusline
set showtabline=0 " i dont need tabs set showtabline=1 " tabline
" ============================== Indents and Whitespaces " ============================== Indents and Whitespaces
set list set list