summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-bspwm.nix
diff options
context:
space:
mode:
authorbrustybee <beebeeb5k@gmail.com>2026-04-13 03:04:59 +0530
committerbrustybee <beebeeb5k@gmail.com>2026-04-13 03:04:59 +0530
commit1bb49481dbec223e68df4f60fa1d425525e16cff (patch)
tree66e87c01c39054b7abb51d04bfc50f63b201aaf4 /common/modules/matugen/templates/matugen-bspwm.nix
parentf5b78ff561eff75c803ed1ef6e736a6c991cd135 (diff)
This is like that one dream you don't know how to describe
Diffstat (limited to 'common/modules/matugen/templates/matugen-bspwm.nix')
-rw-r--r--common/modules/matugen/templates/matugen-bspwm.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/common/modules/matugen/templates/matugen-bspwm.nix b/common/modules/matugen/templates/matugen-bspwm.nix
deleted file mode 100644
index 1e0a546..0000000
--- a/common/modules/matugen/templates/matugen-bspwm.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- xdg.configFile = {
- "matugen/templates/bspwm-colors" = {
- enable = true;
- text =
- # sh
- ''
- #!/bin/bash
- bspc config focused_border_color '{{colors.primary.default.hex}}'
- bspc config active_border_color '{{colors.tertiary.default.hex}}'
- bspc config normal_border_color '{{colors.outline.default.hex}}'
- bspc config presel_feedback_color '{{colors.secondary.default.hex}}'
- '';
- };
- };
-}