diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-05 00:07:09 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-05 00:07:09 +0530 |
| commit | 1c596e4918dca3e47783aa5f064939f80bdea166 (patch) | |
| tree | 47496210c5b9b080a47d9344358d8b8112a56246 /common/modules/matugen/templates/matugen-xresources.nix | |
| parent | 2c2669697fdeaf7316feed3449d2082d255de5af (diff) | |
remove unused matugen templates and firefox addons ( sponsorBlocker and
h264ify )
Diffstat (limited to 'common/modules/matugen/templates/matugen-xresources.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-xresources.nix | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/common/modules/matugen/templates/matugen-xresources.nix b/common/modules/matugen/templates/matugen-xresources.nix deleted file mode 100644 index e580eae..0000000 --- a/common/modules/matugen/templates/matugen-xresources.nix +++ /dev/null @@ -1,53 +0,0 @@ -{ - config, - lib, - ... -}: -{ - config = lib.mkIf (!config.beeMods.windowManagers.mango.enable) { - xdg.configFile."matugen/templates/colors-xresources" = { - text = '' - dwm.normbordercolor : {{colors.outline.default.hex}} - dwm.normfgcolor : {{colors.on_surface.default.hex}} - dwm.selbordercolor : {{colors.primary.default.hex}} - dwm.selfgcolor : {{colors.primary.default.hex}} - dmenu.foreground : {{colors.on_surface.default.hex}} - dmenu.selbackground : {{colors.primary.default.hex}} - dmenu.selforeground : {{colors.on_primary.default.hex}} - dwm.selbgcolor : {{colors.surface_container.default.hex}} - <* if {{ is_dark_mode }} *> - dmenu.background : {{colors.background.default.hex}} - st.background: {{colors.surface.default.hex}} - dwm.normbgcolor : {{colors.surface.default.hex}} - # dwm.selbgcolor : {{colors.surface_container.default.hex}} - <* else *> - dmenu.background : {{colors.surface_container_low.default.hex}} - st.background: {{colors.surface_container_low.default.hex}} - dwm.normbgcolor : {{colors.surface_container_low.default.hex}} - # dwm.selbgcolor : {{colors.secondary_fixed.default.hex}} - <* endif *> - - st.foreground: {{colors.on_surface.default.hex}} - st.cursorColor: {{colors.primary.default.hex}} - - st.color0 : {{colors.surface_container_high.default.hex}} - st.color1 : {{colors.error.default.hex}} - st.color2 : {{colors.primary.default.hex}} - st.color3 : {{colors.tertiary.default.hex}} - st.color4 : {{colors.secondary.default.hex}} - st.color5 : {{colors.primary_fixed.default.hex}} - st.color6 : {{colors.secondary_fixed.default.hex}} - st.color7 : {{colors.on_surface_variant.default.hex}} - - st.color8 : {{colors.outline.default.hex}} - st.color9 : {{colors.error.default.hex | to_color | lighten: 10.0}} - st.color10: {{colors.primary_container.default.hex}} - st.color11: {{colors.tertiary_container.default.hex}} - st.color12: {{colors.secondary_container.default.hex}} - st.color13: {{colors.inverse_primary.default.hex}} - st.color14: {{colors.outline_variant.default.hex}} - st.color15: {{colors.on_surface.default.hex}} - ''; - }; - }; -} |
