diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-24 22:30:39 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-24 22:30:39 +0100 |
| commit | 5b9cba0404e72dcd41faa547f1859fecb931120a (patch) | |
| tree | 468ca4ea3a168b4b968f4301481f5b667c14b56e | |
| parent | 3adc4f62656279325524dd93585d7d927e07c587 (diff) | |
Adjust mako notification colours
| -rwxr-xr-x | dot-config/mako/config | 11 |
1 files changed, 5 insertions, 6 deletions
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 |
