summaryrefslogtreecommitdiff
path: root/common/modules/matugen/default.nix
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-03 03:27:14 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-03 03:27:14 +0530
commit415f9f859e5ee48bd7e28468b95cd3fadba33f7e (patch)
tree6ac11dd847a9f05742cd3498eabd7bcb7d19b284 /common/modules/matugen/default.nix
parent141855bcaed2d386107240f4090bf7f4a7364f7f (diff)
add bspwm and polybar ( kinda )
Diffstat (limited to 'common/modules/matugen/default.nix')
-rw-r--r--common/modules/matugen/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix
index 5ce3014..b0ccf94 100644
--- a/common/modules/matugen/default.nix
+++ b/common/modules/matugen/default.nix
@@ -186,6 +186,18 @@ in
output_path = '~/.config/wallust/templates/sequences'
''}
+ ${lib.optionalString config.beeMods.bspwm.enable ''
+ [templates.bspwm]
+ input_path = "~/.config/matugen/templates/bspwm-colors"
+ output_path = "~/.config/bspwm/colors"
+ 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'