diff options
-rw-r--r-- | .config/fnott/fnott.ini | 26 | ||||
-rw-r--r-- | .config/mako/config | 30 |
2 files changed, 26 insertions, 30 deletions
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini new file mode 100644 index 0000000..4e7d4d5 --- /dev/null +++ b/.config/fnott/fnott.ini @@ -0,0 +1,26 @@ +layer=overlay + +max-width=300 +min-width=300 +max-icon-size=32 + +background=3D484DFF +border-color=475259FF +border-size=2 + +title-font=monospace:size=14 +title-color=D3C6AAFF +title-format= +summary-font=monospace:size=14 +summary-color=D3C6AAFF +body-font=monospace:size=14 +body-color=D3C6AAFF + +progress-bar-color=A7C080FF + +default-timeout=5 +idle-timeout=120 + +[critical] +border-color=E67E80FF +default-timeout=15 diff --git a/.config/mako/config b/.config/mako/config deleted file mode 100644 index 409afa9..0000000 --- a/.config/mako/config +++ /dev/null @@ -1,30 +0,0 @@ -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=10 -format=<b>%s</b>\n%b - -background-color=#1d2021aa -text-color=#ebdbb2 -border-color=#83a598 -progress-color=#357578 -border-size=2 -border-radius=10 -default-timeout=10000 - -[urgency=critical] -border-color=#fab387 -default-timeout=0 |