[x]

deviantART

 
About Me Member Self-proclaimed Genius Justin B21/Male/United States Recent Activity Deviant for 2 Years
Not Subscribed
Statistics 10 Deviations
561 Comments
3,723 Pageviews

Linux Icon Changer Script

Thu Apr 23, 2009, 5:32 PM
Since I mentioned it in Izobalax's journal here: [link] I decided I should mention it here too. The following example can be used to make a script that will automate resizing for your icon themes. You should use the biggest iconss you have and resize them downwards with it. I don't exactly remember where I found the script, but trust me, this saves alot of time.

Here's the bash script:

#!/bin/bash

for file in `ls -R *.png`
do
FILENAME=`basename $file .png`
EXTENSION=".png"
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/16x16/status/$FILENAME$EXTENSION --export-width=16
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/24x24/status/$FILENAME$EXTENSION --export-width=24
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/32x32/status/$FILENAME$EXTENSION --export-width=32
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/48x48/status/$FILENAME$EXTENSION --export-width=48
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/64x64/status/$FILENAME$EXTENSION --export-width=64
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/72x72/status/$FILENAME$EXTENSION --export-width=72
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/96x96/status/$FILENAME$EXTENSION --export-width=96
inkscape --file="$file" --export-png=/home/thinker/.icons/Amora-Mod/128x128/status/$FILENAME$EXTENSION --export-width=128
done

Now, this script resizes every single icon from my status folder to every other necessary size under it (so scalable with 128, resizes down to 128, 96, 72, 64, 48, 32, 24, and 16). You can also make a big script that does this for every folder all together, so you just need to copy the corresponding lines over and over again and replace "status" to "apps", for example.

If anyone has any questions, just ask and I'll try to answer the best that I can.

  • Mood: Tired
  • Listening to: Wagner - Rienzi Overture
  • Reading: Leibniz
  • Watching: Nothing
  • Playing: Dawn of War
  • Eating: Double Whopper
  • Drinking: Wasser

Devious Info

  • Current Residence: Arkansas
  • Operating System: Archlinux & Win XP Pro
  • MP3 player of choice: Ipod Touch

deviantART Notice

[x]

Comments


thanks for the fav:thumbsup:

--
¬¬ !
thanks for the fave!

:salute:

--
we live thinking we will never die.
we die thinking we had never lived.
cut it out.
Hey, Thank you 4 the +fav.
Ace Combat :fuzzydemon:


--
• Deviant ~crazyboat | Brasilgui.tk
• Last deviation: Ace Combat®

• CZB Suite soon! •
Thanks a lot for the :+fav: :D !
Thanks for the :+fav: for my Sowing desktop!

/izo\
thx for the :+devwatch: and the :+fav: - really appreciate this :)

--
Now modding mac.
No problem, you have some great stuff!
Thank You a Lot!
+Fav in my desk Coringa


--
• Deviant ~crazyboat | Brasilgui.tk
• Last deviation: Ace Combat®

• CZB Suite soon! •

Site Map