amtoine / scripts

A collection of scripts for my daily use on ArchLinux.
GNU General Public License v3.0
4 stars 0 forks source link

Add a script to apply any config to any hunk in a config file. #16

Closed amtoine closed 2 years ago

amtoine commented 2 years ago

This PR adds the following features to the collection of scripts:

+ BEGIN:palette

gradient_color_1 = '#d38578' gradient_color_2 = '#c6956c' gradient_color_3 = '#b9a560' gradient_color_4 = '#acb555' gradient_color_5 = '#9fc649' gradient_color_6 = '#92d63e' gradient_color_7 = '#85e632' gradient_color_8 = '#78f727'

+ END:palette

[smoothing] ...

- then run something like 
```bash
a2n-s-apply-to-hunks cava palette "g1:#ff9942 g2:#8a895b g3:#807974 g4:#77698d g5:#6d59a7 g6:#6449c0 g7:#5a39d9 g8:#f12af3"
amtoine commented 2 years ago

Let's add an example config file.