Compare commits
2 commits
53b2f5caad
...
604b2aa8f6
Author | SHA1 | Date | |
---|---|---|---|
604b2aa8f6 | |||
3d00ca8c8c |
4 changed files with 35 additions and 0 deletions
21
modules/fnott.lua
Normal file
21
modules/fnott.lua
Normal file
|
@ -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)
|
8
modules/fuzzel.lua
Normal file
8
modules/fuzzel.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
save_config("fuzzel", [[
|
||||||
|
export background={background}
|
||||||
|
export foreground={foreground}
|
||||||
|
export selection_background={backgroundish}
|
||||||
|
export selection_foreground={foreground}
|
||||||
|
export border={foreground}
|
||||||
|
export accent={foreground}
|
||||||
|
]], theme)
|
3
modules/lock.lua
Normal file
3
modules/lock.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
save_config("lock", [[
|
||||||
|
export background={background}
|
||||||
|
]], theme)
|
|
@ -24,3 +24,6 @@ end
|
||||||
|
|
||||||
require 'modules/sway'
|
require 'modules/sway'
|
||||||
require 'modules/foot'
|
require 'modules/foot'
|
||||||
|
require 'modules/fnott'
|
||||||
|
require 'modules/fuzzel'
|
||||||
|
require 'modules/lock'
|
||||||
|
|
Loading…
Reference in a new issue