Compare commits
2 commits
10c3b635d0
...
be2aae1729
Author | SHA1 | Date | |
---|---|---|---|
be2aae1729 | |||
0492cb06cb |
3 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
save_config("fnott", [[
|
||||
# Automatically generated by themer.lua/modules/fnott.lua
|
||||
|
||||
anchor=bottom-right
|
||||
|
||||
edge-margin-vertical=5
|
||||
edge-margin-horizontal=5
|
||||
padding-vertical=10
|
||||
|
|
5
modules/river.lua
Normal file
5
modules/river.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
save_config("river", [[
|
||||
export background="{background}"
|
||||
export border_focused="{foreground}"
|
||||
export border_unfocused="{backgroundish}"
|
||||
]], theme)
|
|
@ -33,6 +33,7 @@ function save_config(name, template, params)
|
|||
end
|
||||
|
||||
require 'modules/sway'
|
||||
require 'modules/river'
|
||||
require 'modules/foot'
|
||||
require 'modules/fnott'
|
||||
require 'modules/fuzzel'
|
||||
|
|
Loading…
Reference in a new issue