summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-wlogout.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-03-06 21:37:34 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-03-06 21:37:34 +0530
commit0de067092c9dd19c3352554e39de73e172f29b42 (patch)
tree4175503766405733846687efdb29657bb322dccd /common/modules/matugen/templates/matugen-wlogout.nix
parentf1de2014dcd426e015a2638222160d9d349ea4e5 (diff)
Add modules
Diffstat (limited to 'common/modules/matugen/templates/matugen-wlogout.nix')
-rw-r--r--common/modules/matugen/templates/matugen-wlogout.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/modules/matugen/templates/matugen-wlogout.nix b/common/modules/matugen/templates/matugen-wlogout.nix
new file mode 100644
index 0000000..d982a00
--- /dev/null
+++ b/common/modules/matugen/templates/matugen-wlogout.nix
@@ -0,0 +1,11 @@
+{
+ xdg.configFile."matugen/templates/wlogout.css" = {
+ text = ''
+ /* Generated by Matugen - GTK3 Color Variables */
+ @define-color surface_bg rgba({{ colors.surface.default.red }}, {{ colors.surface.default.green }}, {{ colors.surface.default.blue }}, 0.69);
+ @define-color primary_accent {{ colors.primary.default.hex }};
+ @define-color on_surface {{ colors.on_surface.default.hex }};
+ @define-color hover_bg rgba({{ colors.primary_container.default.red }}, {{ colors.primary_container.default.green }}, {{ colors.primary_container.default.blue }}, 0.3);
+ '';
+ };
+}