summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-swaylock.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-11 13:48:40 +0530
committerbrustybee <bee@4d2.org>2026-03-11 13:48:40 +0530
commit83f0f303a95277171b5f0d059959af9f4116cdb1 (patch)
tree483f5eb7b623290977154e367dc4cde9d72a5dc1 /common/modules/matugen/templates/matugen-swaylock.nix
parent6d8eec22cddf0be0c190fb06c88f9fd9e3838757 (diff)
add swaylock and swayidle and avoid x11 and wayland services clash
Diffstat (limited to 'common/modules/matugen/templates/matugen-swaylock.nix')
-rw-r--r--common/modules/matugen/templates/matugen-swaylock.nix8
1 files changed, 4 insertions, 4 deletions
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}}