From 71d9f7187814dc692acc88d98c9ac08078848234 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 15 Sep 2021 16:23:15 +0200 Subject: [PATCH] Forgot to ayu dunst --- files/.config/dunst/dunstrc | 12 ++++++------ files/.vimrc | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index dbac465..97eeb51 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -255,22 +255,22 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#f9f5d7" - foreground = "#282828" + background = "#fafafa" + foreground = "#575f66" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#f9f5d7" - foreground = "#282828" + background = "#fafafa" + foreground = "#575f66" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#f9f5d7" - foreground = "#282828" + background = "#fafafa" + foreground = "#575f66" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/files/.vimrc b/files/.vimrc index 4bffc8c..00cc15c 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -53,8 +53,8 @@ set wildmenu " autocomplete :e set scrolloff=5 " min lines above or below the cursor " ============================== Statusline -set laststatus=0 " i dont need a statusline -set showtabline=0 " i dont need tabs +set laststatus=1 " i dont need a statusline +set showtabline=1 " tabline " ============================== Indents and Whitespaces set list