Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
bd9601b5
Commit
bd9601b5
authored
Nov 19, 2018
by
James T. Lee
Browse files
dunst: Don't backup or show diffs of icons
parent
9b097dca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
manifests/profile/workstation/dunst.pp
manifests/profile/workstation/dunst.pp
+2
-0
No files found.
manifests/profile/workstation/dunst.pp
View file @
bd9601b5
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment