dotfiles

custom linux config files managed with gnu stow

dotfiles

themes/.themes/blaquemagick/gtk-3.0/assets/change_dpi.sh


#!/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

Download

raw zip tar