{ 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}}' ''; }; }; }