add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
class systemd {
Exec {
refreshonly => true,
path => $::path,
}
exec {
'systemctl-daemon-reload':
command => 'systemctl daemon-reload',
}
exec {
'systemd-tmpfiles-create':
command => 'systemd-tmpfiles --create',
}
}