Page 1 of 1

Rox toolbar icon switcher

Posted: Thu 17 Mar 2011, 18:29
by stu90
Updated to version 0.3
Fixed a bug.
Added option to revert to rox default.
Added the rox clarity dark theme and sheepy's theme to base package.

Issues
If you are using a custom /root/.gtkrc.mine it will be overwriten and lost when using roxicon - at present roxicon is unable to use both a custom .gtkrc.mine and roxicon .gtkrc.mine

---------------------------------------------------------------------

GUI to switch the icons on Rox-filer toolbar.

Image

Example of different rox toolbar icons.
Image

Additional .png or .svg icon packs can be made and added to /root/.icons/rox-toolbar/

To make a new icon pack make sure to copy the exact names from on of the included icon packs.

Menu entry - Menu > Desktop > Desktop settings - rox toolbar icon switcher

requires Yad. 35KB
http://www.murga-linux.com/puppy/viewto ... h&id=38896

Tested on Lucid Puppy.

Posted: Thu 17 Mar 2011, 18:32
by dejan555
Hey stu90 that's cool, will install and try, now that reminded me there's a thread somewhere in eyecandy section that I started with some icon sets for rox.

Posted: Thu 17 Mar 2011, 18:34
by dejan555
yikes

Code: Select all

/root/my-applications/bin/roxicon: line 19: yad: command not found
no icons found exiting
So I guess I need yad?

Posted: Thu 17 Mar 2011, 18:36
by stu90
dejan555 wrote:Hey stu90 that's cool, will install and try, now that reminded me there's a thread somewhere in eyecandy section that I started with some icon sets for rox.
Hi dejan555
Yes the Lagadesk icon theme used here is the one you posted over in that thread :wink:

Yes requires yad for the GUI

Posted: Mon 23 May 2011, 13:13
by stu90
Image

A dark version of rox-clarity to use with a light GTK theme.

Download unpack and move to the directory /root/.icons/rox-toolbar

Posted: Mon 23 May 2011, 14:56
by sheepy
New theme :)
Image

Posted: Tue 26 Jul 2011, 03:55
by battleshooter
I thought this post would be longer by now, but I guess that it just beens no bugs rather than a lack of interest :)

Awesome program though Stu, hope it gets put into Lupu :)

Also like your theme Sheepy, looks cool.

Battleshooter

Posted: Thu 28 Jul 2011, 17:41
by stu90
battleshooter wrote:I thought this post would be longer by now, but I guess that it just beens no bugs rather than a lack of interest :)

Awesome program though Stu, hope it gets put into Lupu :)

Also like your theme Sheepy, looks cool.

Battleshooter
Thanks battleshooter,
I do have a bug fix for roxicon but never got round to posting it as there wasn't much interest - i will make a new .pet
cheers.

Posted: Thu 28 Jul 2011, 20:59
by sc0ttman
How do I revert to the standard icon set? Or even better, add the normal (default) ROX toolbar icons into a theme that can be listed like the others...

Posted: Fri 29 Jul 2011, 03:05
by stu90
sc0ttman wrote:How do I revert to the standard icon set? Or even better, add the normal (default) ROX toolbar icons into a theme that can be listed like the others...
Hi sc0ttman,
the icon themes are control by the file /root/.gtkrc.mine delete the file and restart rox and the toolbar theme reverts back to the standard rox icons - I have added a new 'default' button to roxicon that does the above.
cheers.

Posted: Fri 29 Jul 2011, 14:07
by stu90
updated to version 0.3 - see main post

cheers.

Posted: Fri 29 Jul 2011, 18:47
by sc0ttman
stu90 wrote:updated to version 0.3 - see main post

cheers.
Just a quick question, does your GUI backup the old gtkrc file, and copy it back to the original name if the default theme is chosen?

...Cos I have custom stuff in my gtkrc file, and so will any other users who have extra, custom ROX keyboard shortcuts, as well as anyone who installed the thunar file manager..

Just another thought, hope you don't mind!

Posted: Sat 30 Jul 2011, 13:48
by stu90
sc0ttman wrote:
stu90 wrote:updated to version 0.3 - see main post

cheers.
Just a quick question, does your GUI backup the old gtkrc file, and copy it back to the original name if the default theme is chosen?

...Cos I have custom stuff in my gtkrc file, and so will any other users who have extra, custom ROX keyboard shortcuts, as well as anyone who installed the thunar file manager..

Just another thought, hope you don't mind!
Hi sc0ttman,
No it does not do this as present - currently when a new theme is selected it over writes the gtkrc.mine and when default sends the gtkrc.mime file to /tmp file so any custom gtkrc.mine file will be lost - i'm not sure how to work it so you can use both a custome gtkrc.mime file and an icon gtkrc.mime at the same time ?

I will amend first post about this issue .

cheers.

Posted: Sun 01 Jan 2012, 17:33
by harii4
On next update;
How about adding "gtk-close"

Works well in TXZ_pup using yad-0.9.1-1-i486-pup4.pet :D

Posted: Fri 06 Jan 2012, 14:34
by stu90
harii4 wrote:On next update;
How about adding "gtk-close"

Works well in TXZ_pup using yad-0.9.1-1-i486-pup4.pet :D
hello harii4
Middle quit button is for quiting/closing the application - but if you wish to have the quit button called close instead just change gtk-quit:1 to gtk-close:1 in THEME= GUI near the top.

cheers.

Posted: Sat 07 Jan 2012, 00:53
by harii4
ahh
hello harii4
Middle quit button is for quiting/closing the application - but if you wish to have the quit button called close instead just change gtk-quit:1 to gtk-close:1 in THEME= GUI near the top.

cheers.
I miss labeled my icons - late night foolishness :wink:
gtk-quit vs gtk-close :oops:
thank you