Skip to content

Instantly share code, notes, and snippets.

@CouldBeThis
Created June 17, 2022 00:23
Show Gist options
  • Save CouldBeThis/1da90a189df6714838b4cdec1988448d to your computer and use it in GitHub Desktop.
Save CouldBeThis/1da90a189df6714838b4cdec1988448d to your computer and use it in GitHub Desktop.
resize xfce xfwm4 themes to 200%, making suitable for HiDPI
#!/bin/bash
find . -name "*.xpm" -exec magick mogrify -resize 200% {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment