Add matugen config for quickshell and add futures box
This commit is contained in:
@@ -71,3 +71,7 @@ output_path = '~/linux-dotfiles/qt6ct/colors/matugen.conf'
|
||||
[templates.rofi]
|
||||
input_path = '~/linux-dotfiles/matugen/templates/rofi-colors.rasi'
|
||||
output_path = '~/linux-dotfiles/rofi/colors.rasi'
|
||||
|
||||
[templates.quickshell]
|
||||
input_path = '~/linux-dotfiles/matugen/templates/quickshell-colors.json'
|
||||
output_path = '~/.local/state/quickshell/generated/colors.json'
|
||||
|
||||
11
matugen/templates/quickshell-colors.json
Normal file
11
matugen/templates/quickshell-colors.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"md3": {<* for name, color in colors *>
|
||||
"{{ name }}": "{{ color.default.hex }}"<* if {{ loop.last }} *><* else *>,<* endif *><* endfor *>
|
||||
},
|
||||
"palette": {<* for name, palette in palettes *><* for shade, color in palette *>
|
||||
"{{ name }}{{ shade }}": "{{ color.hex }}"<* if {{ loop.last }} *><* else *>,<* endif *><* endfor *><* if {{ loop.last }} *><* else *>,<* endif *><* endfor *>
|
||||
},
|
||||
"base16": {<* for name, color in base16 *>
|
||||
"{{ name }}": "{{ color.default.hex }}"<* if {{ loop.last }} *><* else *>,<* endif *><* endfor *>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user