Added hook starting and stopping timewarrior tracking whenever starting,
stopping or completing a task in taskwarrior.
Really nice script, robust as well for starting multiple tasks and
start/stopping intermittently.
Moved all theme options into extra file that is included by main
configuration file.
This file is added to the repo but ignored, so any changes to it will
not be tracked by git. That allows me to change colorscheme at any point
without creating an 'uncommitted change' for something I really don't
want to commit.
Zathura now makes use of include directive to be styled by styler. This
means no more constant uncommitted changes to its configuration
directory but only the single include directive in its configuration
file.
Added icons to be displayed on dunst notifications if there are any.
Prepared dunst config for using the newly introduced (v1.8.0) drop-in
configuration files. This allows spreading out dunst configuration over
arbitrary files in the `dunstrc.d/` folder in the usual configuration
folder. Will be perfect for less intrusive `styler` changes.