diff options
| author | awy <awy@awy.one> | 2025-11-14 23:43:38 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-14 23:43:38 +0300 |
| commit | c7a88a07b9287db9c129914483f6b3ae1ab5404c (patch) | |
| tree | 73c227c5e8519eb9135f46984e4fc067b316ed1b /.config/fnott | |
| download | mangoslice-c7a88a07b9287db9c129914483f6b3ae1ab5404c.tar.gz | |
init
Diffstat (limited to '.config/fnott')
| -rw-r--r-- | .config/fnott/fnott.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini new file mode 100644 index 0000000..63748c8 --- /dev/null +++ b/.config/fnott/fnott.ini @@ -0,0 +1,26 @@ +layer=overlay + +max-width=300 +min-width=300 +max-icon-size=32 + +background=282828FF +border-color=3c3836FF +border-size=2 + +title-font=monospace:size=14 +title-color=ebdbb2FF +title-format= +summary-font=monospace:size=14 +summary-color=ebdbb2FF +body-font=monospace:size=14 +body-color=ebdbb2FF + +progress-bar-color=d3869bFF + +default-timeout=5 +idle-timeout=120 + +[critical] +border-color=fb4934FF +default-timeout=15 |