diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 31e45ca..e3a3da8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -153,7 +153,7 @@ timeout = 10 [urgency_normal] - background = "#285577" + background = "#d41919" foreground = "#ffffff" timeout = 10 diff --git a/.tmux.conf b/.tmux.conf index 24cae48..b33084b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,7 +6,7 @@ set -s escape-time 0 set -g prefix C-b -set-option -g default-shell /bin/zsh +set-option -g default-shell /usr/bin/fish set-option -ga terminal-overrides ",*:Tc" set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'