diff options
author | zachir <zachir@librem.one> | 2023-02-27 06:26:48 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-27 06:26:48 -0600 |
commit | 128770209494888ed5060fe64181e440e3cb547c (patch) | |
tree | e827b659a64ad35b0dc8a13fdf4163d1354e96c6 /mako | |
parent | aebb9372841ef59fd73f85bdca1acb807b873ae0 (diff) | |
parent | 8dac32db7fbc6d58a51d1b4935ad7ea4829569ed (diff) |
merge wayland and master
Diffstat (limited to 'mako')
-rw-r--r-- | mako/config | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/mako/config b/mako/config new file mode 100644 index 0000000..426a0c2 --- /dev/null +++ b/mako/config @@ -0,0 +1,37 @@ +max-history=5 +sort=-time + +on-button-left=dismiss +on-button-middle=none +on-button-right=invoke-default-action +on-touch=dismiss +on-notify=exec notify-sound.sh + +font=mononoki Nerd Font Mono 12 +background-color=#000000FF +text-color=#FFFFFFFF +width=300 +height=100 +outer-margin=0 +margin=10 +padding=5 +border-size=2 +border-color=#999999FF +border-radius=3 +progress-color=over #5588AAFF +icons=1 +max-icon-size=64 +icon-path= +icon-location=left +markup=1 +actions=1 +history=0 +text-alignment=left +default-timeout=5000 +ignore-timeout=0 +group-by=none +max-visible=5 +output= +layer=top +anchor=top-right + |