diff options
| author | brustybee <bee@4d2.org> | 2026-03-24 00:34:39 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-24 00:34:39 +0530 |
| commit | d1e311a5b47a8da45036ff7c6c8a51aadf5c859e (patch) | |
| tree | 79582e9fc1ef08e7cca4e3e70ad41fde9d450476 /common/modules/matugen/templates/matugen-wlogout.nix | |
| parent | 276c94cb871b9b4eda1707c01c861625d0e303f2 (diff) | |
this is interesting and i love interesting stuff
Diffstat (limited to 'common/modules/matugen/templates/matugen-wlogout.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-wlogout.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/common/modules/matugen/templates/matugen-wlogout.nix b/common/modules/matugen/templates/matugen-wlogout.nix deleted file mode 100644 index d982a00..0000000 --- a/common/modules/matugen/templates/matugen-wlogout.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - 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); - ''; - }; -} |
