summaryrefslogtreecommitdiff
path: root/common/modules/matugen
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/matugen')
-rw-r--r--common/modules/matugen/default.nix2
-rw-r--r--common/modules/matugen/templates/matugen-swaylock.nix8
2 files changed, 5 insertions, 5 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix
index 5a16265..f52414c 100644
--- a/common/modules/matugen/default.nix
+++ b/common/modules/matugen/default.nix
@@ -108,7 +108,7 @@ in
output_path = '~/.config/zathura/matugen'
''}
- ${lib.optionalString config.programs.swaylock.enable ''
+ ${lib.optionalString config.beeMods.mango.enable ''
[templates.swaylock]
input_path = '~/.config/matugen/templates/swaylock-colors'
output_path = '~/.config/swaylock/swaylock-colors'
diff --git a/common/modules/matugen/templates/matugen-swaylock.nix b/common/modules/matugen/templates/matugen-swaylock.nix
index 19514cf..723c94e 100644
--- a/common/modules/matugen/templates/matugen-swaylock.nix
+++ b/common/modules/matugen/templates/matugen-swaylock.nix
@@ -5,14 +5,14 @@
...
}:
{
- config = lib.mkIf config.programs.swaylock.enable {
+ config = lib.mkIf config.beeMods.mango.enable {
xdg.configFile."matugen/templates/swaylock-colors" = {
text = ''
- # --- Swaylock Config (Moved from Nix settings) ---
show-failed-attempts
- indicator-radius=100
- indicator-thickness=7
+ indicator-radius=70
+ indicator-thickness=9
line-uses-inside
+ image={{image}}
# --- Base Colors ---
color={{colors.background.default.hex}}