summaryrefslogtreecommitdiff
path: root/common/modules/matugen
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-03 15:41:20 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-03 15:41:20 +0530
commit1c53159c5af290a3d90376c5375af602ac55c94a (patch)
treed209b0d7c4f9ce9d99fa7cd1da8b677e1b62f94f /common/modules/matugen
parent415f9f859e5ee48bd7e28468b95cd3fadba33f7e (diff)
Polybar my ass
Diffstat (limited to 'common/modules/matugen')
-rw-r--r--common/modules/matugen/default.nix5
-rw-r--r--common/modules/matugen/templates/matugen-polybar.nix25
2 files changed, 0 insertions, 30 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix
index b0ccf94..79a62b1 100644
--- a/common/modules/matugen/default.nix
+++ b/common/modules/matugen/default.nix
@@ -193,11 +193,6 @@ in
post_hook = "bspc wm -r"
''}
- [templates.polybar]
- input_path = "~/.config/matugen/templates/polybar-colors.ini"
- output_path = "~/.config/polybar/colors.ini"
- post_hook = "pkill polybar; polybar &"
-
[templates.zed]
input_path = '~/.config/matugen/templates/zed.json'
output_path = '~/.config/zed/themes/matugen.json'
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}}
- '';
- };
- };
-}