Awesome
base16-dunst
This repository is meant to work with tinted-theming/home. It provides a simple template that can be used with the base16 color schemes to generate a functional config file for knopwob/dunst, a lightweight and customizable notification daemon.
To use, you can copy one of the config files in themes/ or use curl:
mkdir -p ~/.config/dunst
curl https://raw.githubusercontent.com/tinted-theming/base16-dunst/main/themes/base16-default-dark.dunstrc >> ~/.config/dunst/dunstrc
We used msg_urgency
configuration instead of urgency_low
, urgency_normal
,
urgency_critical
to allow for additional configuration to these earlier in
dunstrc
.