Styler-compatible processors for base16 themes.
Go to file
Marty Oehme 226b666739
Add experimental dunst support
Added simple support for dunst files. Since files can, similar to
alacritty, not be included in dunstrc, the processor invokes a similarly
invasive replacement method to add the base16 at the end of the config
file.

The procedure is similar to alacritty processor, the danger is also the
same -- it works directly on the config file and will worst case delete
the complete contents of this file. Since the processor is not tested
(other than manually looking that it does what it's supposed to) the
case of this happening is not negligible.
2020-02-15 16:52:14 +01:00
example_template Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_alacritty Alacritty processor remove temporary files 2020-02-15 16:15:02 +01:00
theme_dunst Add experimental dunst support 2020-02-15 16:52:14 +01:00
theme_qutebrowser Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_rofi Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_shell Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_vim Fix utility sourcing 2020-02-15 15:25:20 +01:00
theme_xresources Fix utility sourcing 2020-02-15 15:25:20 +01:00
utilities.sh Create utility framework for often used functions 2020-01-31 12:14:48 +01:00