This website requires JavaScript.
Explore
Help
Sign In
Mabox
/
mabox-themes
Watch
1
Star
0
Fork
You've already forked mabox-themes
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7e136bcbdb
mabox-themes
/
Mabox-quakeworld
/
assets
/
change_dpi.fish
3 lines
100 B
Fish
Raw
Blame
History
#!/usr/bin/fish
for
f
in
*.svg
;
rsvg-convert
-d
300
-p
300
-f
svg
$f
-o
$f
.bak
;
mv
$f
.bak
$f
;
end
Reference in New Issue
View Git Blame
Copy Permalink