From 5b9cba0404e72dcd41faa547f1859fecb931120a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 24 Jul 2025 22:30:39 +0100 Subject: Adjust mako notification colours --- dot-config/mako/config | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dot-config') diff --git a/dot-config/mako/config b/dot-config/mako/config index 5e0486d..4183167 100755 --- a/dot-config/mako/config +++ b/dot-config/mako/config @@ -7,6 +7,8 @@ # To convert mp3 in current dir to wav use the snippet below # for f in *.mp3; do ffmpeg -i "$f" "$(basename ${f::-4}).wav"; done +# TODO: add icons + # Settings #output=DP-1 sort=-time @@ -20,20 +22,18 @@ padding=8 icon-path=/usr/share/icons/Papirus-Dark # Colors -background-color=#1e1e2e -text-color=#cdd6f4 -border-color=#89b4fa +background-color=#222222 +text-color=#eeeeee +border-color=#444444 progress-color=over #313244 # Urgencies [urgency=low] default-timeout=3000 -border-color=#eeeeee on-notify=exec aplay ~/audio/pop [urgency=normal] default-timeout=6000 -border-color=#f9e2af on-notify=exec aplay ~/audio/message [urgency=critical] @@ -46,7 +46,6 @@ default-timeout=10000 [category=volume] anchor=top-center -border-color=#aaaaaa icon-location=top max-icon-size=32 on-notify=exec aplay ~/audio/pop -- cgit