lb-config/includes.chroot/usr/share/themes/oomox-team/assets/change_dpi.sh

5 lines
104 B
Bash
Executable File

#!/usr/bin/env bash
for f in $@; do
rsvg-convert -d 300 -p 300 -f svg $f -o $f.bak ; mv $f.bak $f
done