diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
| commit | b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 (patch) | |
| tree | 008a5cf54ecbfffb97ddac30e44c8ab224395ab0 /.config/mako | |
| parent | d4620f3ac119263fee90bd819eadaf84fc8d50b7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/mako')
| -rw-r--r-- | .config/mako/colors | 1 | ||||
| -rw-r--r-- | .config/mako/colors-dark | 25 | ||||
| -rw-r--r-- | .config/mako/colors-light | 25 | ||||
| -rw-r--r-- | .config/mako/config | 35 |
4 files changed, 86 insertions, 0 deletions
diff --git a/.config/mako/colors b/.config/mako/colors new file mode 100644 index 0000000..8d074ce --- /dev/null +++ b/.config/mako/colors @@ -0,0 +1 @@ +include=~/.config/mako/colors-light diff --git a/.config/mako/colors-dark b/.config/mako/colors-dark new file mode 100644 index 0000000..cca216d --- /dev/null +++ b/.config/mako/colors-dark @@ -0,0 +1,25 @@ +font=DejaVu Sans Mono 8 +background-color=#080808 +text-color=#e0e2ea +border-color=#70649a +progress-color=source #70649a + +[urgency=high] +border-size=2 +border-color=#ffc0b9 + +[category=error] +border-size=2 +border-color=#ffc0b9 + +[category=warning] +border-size=2 +border-color=#fce094 + +[category=success] +border-size=2 +border-color=#b3f6c0 + +[category=alert] +border-size=0 +background-color=#590008 diff --git a/.config/mako/colors-light b/.config/mako/colors-light new file mode 100644 index 0000000..a07a751 --- /dev/null +++ b/.config/mako/colors-light @@ -0,0 +1,25 @@ +font=DejaVu Sans Mono 8 +background-color=#fffffb +text-color=#080808 +border-color=#70649a +progress-color=source #70649a + +[urgency=high] +border-size=2 +border-color=#ffc0b9 + +[category=error] +border-size=2 +border-color=#ffc0b9 + +[category=warning] +border-size=2 +border-color=#fce094 + +[category=success] +border-size=2 +border-color=#b3f6c0 + +[category=alert] +border-size=0 +background-color=#ffc0b9 diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..0329579 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,35 @@ +include=~/.config/mako/colors + +group-by=app-name,summary +default-timeout=2000 +max-history=20 +max-icon-size=32 +max-visible=6 + +border-size=1 +padding=6 + +# on-button-right=exec makoctl menu -- fuzzel -d -p ' select action ' + +# [urgency=high] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=error] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=warning] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=success] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [category=alert] +# anchor=top-center +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# [summary=reminder] +# # on-notify=exec pw-play --media-role=event --volume=0.5 $HOME/music/bell.wav +# +# +# [mode=dnd] +# invisible=1 |