From 3d00ca8c8c6604e91788f420a57e31d6040a142d Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Apr 2022 16:36:46 -0300 Subject: [PATCH] fnott --- modules/fnott.lua | 21 +++++++++++++++++++++ themer.lua | 1 + 2 files changed, 22 insertions(+) create mode 100644 modules/fnott.lua diff --git a/modules/fnott.lua b/modules/fnott.lua new file mode 100644 index 0000000..c3e3a2f --- /dev/null +++ b/modules/fnott.lua @@ -0,0 +1,21 @@ +save_config("fnott", [[ +# Automatically generated by themer.lua/modules/fnott.lua + +edge-margin-vertical=5 +edge-margin-horizontal=5 +padding-vertical=10 +padding-horizontal=10 +notification-margin=5 +selection-helper=fuzzel-run -d + +border-color=909090 +border-size=0 +title-font=sans serif:style=Italic:size=8 +summary-font=sans serif:style=Bold:size=16 +body-font=sans serif:size=12 + +background={backgroundish} +title-color={foreground} +summary-color={foreground} +body-color={foreground} +]], theme) diff --git a/themer.lua b/themer.lua index 61d9970..807516b 100755 --- a/themer.lua +++ b/themer.lua @@ -24,3 +24,4 @@ end require 'modules/sway' require 'modules/foot' +require 'modules/fnott'