Commit bd9601b5 authored by James T. Lee's avatar James T. Lee
Browse files

dunst: Don't backup or show diffs of icons

parent 9b097dca
...@@ -25,6 +25,8 @@ class nest::profile::workstation::dunst { ...@@ -25,6 +25,8 @@ class nest::profile::workstation::dunst {
source => "/usr/share/icons/breeze-dark/${category}/22", source => "/usr/share/icons/breeze-dark/${category}/22",
recurse => true, recurse => true,
purge => true, purge => true,
backup => false,
show_diff => false,
validate_cmd => "rsvg-convert -w ${icon_size} -h ${icon_size} -f svg '%' | sed 's/${icon_size}pt/${icon_size}px/g' > '%.tmp' && mv '%.tmp' '%'", validate_cmd => "rsvg-convert -w ${icon_size} -h ${icon_size} -f svg '%' | sed 's/${icon_size}pt/${icon_size}px/g' > '%.tmp' && mv '%.tmp' '%'",
checksum => mtime, checksum => mtime,
links => follow, links => follow,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment