From 1c53159c5af290a3d90376c5375af602ac55c94a Mon Sep 17 00:00:00 2001 From: brustybee Date: Fri, 3 Apr 2026 15:41:20 +0530 Subject: Polybar my ass --- .../modules/matugen/templates/matugen-polybar.nix | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 common/modules/matugen/templates/matugen-polybar.nix (limited to 'common/modules/matugen/templates') diff --git a/common/modules/matugen/templates/matugen-polybar.nix b/common/modules/matugen/templates/matugen-polybar.nix deleted file mode 100644 index 40cf1cf..0000000 --- a/common/modules/matugen/templates/matugen-polybar.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ - xdg.configFile = { - "matugen/templates/polybar-colors.ini" = { - enable = true; - text = - # ini - '' - [colors] - <* if {{ is_dark_mode }} *> - background = {{colors.surface.default.hex}} - background-alt = {{colors.surface_container.default.hex}} - <* else *> - background={{colors.surface_container.default.hex}} - background-alt = {{colors.surface_container_highest.default.hex}}; - <* endif *> - foreground = {{colors.on_surface.default.hex}} - primary = {{colors.primary.default.hex}} - on_primary = {{colors.on_primary.default.hex}} - secondary = {{colors.secondary.default.hex}} - alert = {{colors.error.default.hex}} - disabled = {{colors.outline.default.hex}} - ''; - }; - }; -} -- cgit v1.3.1