From e76985b39e2d007b5127f02e8e8236a6746db78e Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 5 Jul 2021 00:09:26 +0200 Subject: [PATCH] Change notification and terminal colors so better suit epaper --- config/dunst/dunstrc | 16 ++++++++-------- config/terminator/config | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 11f7c20..cf811ab 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -64,7 +64,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#E95420" + frame_color = "#000000" # Define a color for the separator. # possible values are: @@ -261,23 +261,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" + background = "#ffffff" + foreground = "#000000" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#2C001E" - foreground = "#ffffff" + background = "#ffffff" + foreground = "#000000" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" + background = "#ffffff" + foreground = "#000000" + frame_color = "#000000" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/config/terminator/config b/config/terminator/config index 5a4c958..6e09df3 100644 --- a/config/terminator/config +++ b/config/terminator/config @@ -11,6 +11,6 @@ [plugins] [profiles] [[default]] - background_darkness = 0.87 - background_type = transparent + background_color = "#ffffff" + foreground_color = "#000000" cursor_color = "#aaaaaa"