fuzzel, lock
This commit is contained in:
parent
3d00ca8c8c
commit
604b2aa8f6
3 changed files with 13 additions and 0 deletions
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)
|
|
@ -25,3 +25,5 @@ end
|
|||
require 'modules/sway'
|
||||
require 'modules/foot'
|
||||
require 'modules/fnott'
|
||||
require 'modules/fuzzel'
|
||||
require 'modules/lock'
|
||||
|
|
Loading…
Reference in a new issue