PDA

View Full Version : Unofficial Icons Pack!


SmSpillaz
February 24th, 2008, 03:02 AM
I decided that I hated having so many plugins with the default icon, so I decided to make some icons for those plugins (Most of them are unofficial)

863

Enjoy!

DarknessssenkraD
February 24th, 2008, 04:03 AM
thanks :D nice work! :D

Oasisgames
February 24th, 2008, 04:05 AM
Hey, credit where credit's due: the Wiimote in the two Wiimote-related plugins is mine. ;) I installed a few of the other ones because staring at the "default" icon does get annoying. I'll have to wait for my icon cache to reset later... or delete it and let it rebuild...

SmSpillaz
February 24th, 2008, 10:25 AM
Oh, sorry, I forgot about that!

Yes, credit to OasisGames for the Wiimote icon in Wiitrack and Wiimote =)

Haisen
February 28th, 2008, 12:36 PM
Very nice.

some-guy
May 11th, 2008, 12:27 AM
made one for mousetrails, but probably anyone can do better

some-guy
May 11th, 2008, 02:23 AM
Updated that as well as making a cubeaddon one!

also, for the install script, it can simply run
gtk-update-icon-cache -t PREFIX/share/ccsm/icons/hicolor
and the icons will apear :D

Oasisgames
May 11th, 2008, 03:13 PM
Icons have been updated on the Wiki page (http://wiki.compiz-fusion.org/PluginsInNeedOfIcons) (a list of plugins in need of icons, I added yours and mine as candidates)

SmSpillaz
May 12th, 2008, 01:14 AM
I'll probably make an SVN repo on google code for this, give access to anyone who makes an icon ;-) Stay tuned!

some-guy
May 12th, 2008, 01:54 AM
a nice little bash install script
#!/bin/bash
# find prefix
if [ ! -z `echo $@ | grep -e --prefix=` ]; then
PREFIX=`echo $@ | grep -e --prefix= | sed -e s,--prefix=,,`
elif [ -d /usr/share/ccsm/icons/hicolor ]; then
PREFIX=/usr
elif [ -d /usr/local/share/ccsm/icons/hicolor ]; then
PREFIX=/usr/local
else
echo "Can't find prefix, try using the --prefix= option"
fi
# copy
for a in `ls | grep plugin-`; do
echo "=> Copying $a"
cp $a $PREFIX/share/ccsm/icons/hicolor/scalable/apps/
done
echo "=> Building gtk icon cache"
gtk-update-icon-cache -t $PREFIX/share/ccsm/icons/hicolor/
exit

:D

SmSpillaz
May 12th, 2008, 12:13 PM
Done

http://code.google.com/p/compiz-fusion-icons/

SmSpillaz
May 12th, 2008, 12:45 PM
Added staticswitcher, prompt, workspacenames, dodge icons by myself. We still need icons for

* Bicubic
* The VPSwitch plugins (It's a pluginDev thread around here somewhere)
* VisualEvents
* Insert plugin here that I didn't mention

some-guy
July 24th, 2008, 09:21 PM
*bump*
These are all the plugins currently in compiz-fusion-icons
* Autumn
* Anaglpyh
* Basicblur
* CubeDBUS/CubeFX
* Fireflies
* Freewins
* Maze
* Mousegestures
* Photowheel
* Snowglobe
* Star
* Static
* Wiimote
* Mousetrails
* Ghost
* DesktopClick
* Animations Plus
* ADDialog
* WiiTrack

AFAIK, these need icons:
* CubeModel
* Shadows
* Wizard - EDIT: Just taken care of :)
* Elements
* Show Repaint
* Grid

Oasisgames
July 24th, 2008, 11:56 PM
Show Repaint can just be a bunch of randomly colored boxes on a window.
Cube model should be a teapot inside of the cube (I say teapot because it's the standard abstract model, get a render of one and trace it in Inkscape)
Shadows doesn't do anything, so you can ignore it for now, but when the time comes, its icon should be obvious (windows... with shadows.), and yes, I will work on it some day. It'll probably be my C-F project for the upcoming school year... So many problems that can be solved with the plugin if I just freaking wrote it...
Grid should probably be a black, dark gray, or light blue grid with some windows positioned in it.
Elements... I'll leave to the dev to give his own suggestions.

SmSpillaz
July 28th, 2008, 12:26 AM
Added the following:


ShowRepaint
Physics
Elements
Grid

The VPSwitch plugins still need an icon.

SmSpillaz
July 28th, 2008, 11:35 AM
Plugins that need icons are:


Boing
Roach
VPSwitch
VPFade

some-guy
July 28th, 2008, 02:21 PM
and shadows ;)