diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-05-12 20:24:49 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-05-12 20:24:49 +0100 |
| commit | 23527b08d41879c2867b30d1d10cf1cb663c1d66 (patch) | |
| tree | b2cee2efb41a1123b4b1d717c72aa1afc5fa364d | |
| parent | f34559d1d7d71473d0cc2796f859bf7149ad7db6 (diff) | |
Inital fnott configuration
| -rw-r--r-- | .config/fnott/fnott.ini | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini new file mode 100644 index 0000000..4f2105f --- /dev/null +++ b/.config/fnott/fnott.ini @@ -0,0 +1,67 @@ +# -*- conf -*- + +# For documentation on these options, see `man fnott.ini` + +# Global values +# output=<undefined># +# min-width=0 +# max-width=0 +# max-height=0 +stacking-order=top-down +# anchor=top-right +# edge-margin-vertical=10 +# edge-margin-horizontal=10 +# notification-margin=10 +# icon-theme=hicolor +# max-icon-size=32 +# selection-helper=dmenu +# selection-helper-uses-null-separator=no +# play-sound=aplay ${filename} + +# Default values, may be overridden in 'urgency' specific sections +# layer=top +background=000000CC + +border-color=33ffccff +# border-radius=0 +border-size=2 + +# padding-vertical=20 +# padding-horizontal=20 + +# dpi-aware=no + +# title-font=sans serif +# title-color=ffffffff +title-format= + +summary-font=GoMono Nerd Font Mono:style=Bold:size=10 +# summary-color=ffffffff +summary-format=<b>%s</b>\n + +body-font=GoMono Nerd Font Mono:size=10 +# body-color=ffffffff +# body-format=%b + +# progress-bar-height=20 +# progress-color=ffffffff +# progress-style=bar + +# sound-file= +# icon= + +# Timeout values are in seconds. 0 to disable +# max-timeout=0 +default-timeout=5 +# idle-timeout=0 + +# [low] +# background=2b2b2bff +# title-color=888888ff +# summary-color=888888ff +# body-color=888888ff + +# [normal] + +# [critical] +# background=6c3333ff |
