diff options
author | awy <awy@awy.one> | 2025-07-29 03:42:18 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-29 03:42:18 +0300 |
commit | ef6dff4cce15186a66ba34cdd7bd39958ebf7f58 (patch) | |
tree | fcfa61164ca6e79c900b5d11f6afc6b46aaccb84 /.config/mako/config | |
download | hyprdots-ef6dff4cce15186a66ba34cdd7bd39958ebf7f58.tar.gz |
first commit
Diffstat (limited to '.config/mako/config')
-rw-r--r-- | .config/mako/config | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..30046c5 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,38 @@ +anchor=top-right +text-alignment=left +width=400 +height=400 +max-history=10 +sort=-time + +on-button-left=invoke-default-action +on-button-middle=exec makoctl menu -n $id -- mew -p 'Select action: ' +on-button-right=dismiss + +max-visible=10 +font=monospace 14 +max-icon-size=38 +icon-location=left +margin=6 +padding=3 +format=<b>%s</b>\n%b + +background-color=#222222aa +border-size=3 +border-radius=0 +default-timeout=10000 + +[urgency=low] +text-color=#eeeeee +border-color=#005577 +default-timeout=10000 + +[urgency=normal] +text-color=#eeeeee +border-color=#005577 +default-timeout=10000 + +[urgency=critical] +text-color=#eeeeee +border-color=#005577 +default-timeout=0 |