Compare commits

..

No commits in common. "604b2aa8f65a255f3980450a92fb3ba4ff1d02da" and "53b2f5caad07178e75a85464f4e6e059685bced7" have entirely different histories.

4 changed files with 0 additions and 35 deletions

View file

@ -1,21 +0,0 @@
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)

View file

@ -1,8 +0,0 @@
save_config("fuzzel", [[
export background={background}
export foreground={foreground}
export selection_background={backgroundish}
export selection_foreground={foreground}
export border={foreground}
export accent={foreground}
]], theme)

View file

@ -1,3 +0,0 @@
save_config("lock", [[
export background={background}
]], theme)

View file

@ -24,6 +24,3 @@ end
require 'modules/sway'
require 'modules/foot'
require 'modules/fnott'
require 'modules/fuzzel'
require 'modules/lock'