Generate Iceberg GTK theme and icons with oomox
This commit is contained in:
4
home/.themes/oomox-iceberg/gtk-3.0/assets/change_dpi.sh
Executable file
4
home/.themes/oomox-iceberg/gtk-3.0/assets/change_dpi.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
Reference in New Issue
Block a user