Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: New  IceWm  dsl extension (beautiful blue theme)< Next Oldest | Next Newest >
henrique Offline





Group: Members
Posts: 23
Joined: May 2004
Posted: June 04 2004,23:58 QUOTE

This one was based on icegnome2, nice2 and the bluecurve like fluxbox theme

I think it is by far more beautiful than my previous one based on nice2

and now it has a menu item to go back to fluxbox and a mydsl entry so that you can alternate between icewm and fluxbox

the link:  http://www.fotoboto.hpg.ig.com.br/pote/henrique/icewm-blue.dsl

have fun ;-)
Back to top
Profile PM 
AwPhuch Offline





Group: Members
Posts: 1404
Joined: April 2004
Posted: June 07 2004,18:20 QUOTE

got a screenie of DSL with the new skin?

Brian
AwPhuch


--------------
http://www.frappr.com/dsl <-- Where do you use DSL?
http://www.smoothwall.org <-- Ultimate firewall for the world!
http://boinc.mundayweb.com/one/stats.php/userID:6107 <--My BOINC stats!
./S99LinuxRevolution start
Back to top
Profile PM WEB 
clivesay Offline





Group: Guests
Posts: 935
Joined: Dec. 2003
Posted: July 03 2004,16:19 QUOTE

Is there a way for the MyDsl menu to show up in icewm? Some programs do not have icons to transfer to the desktop.

I love how you have menu entries to go back and forth between ice and flux. Very nice!

Chris
Back to top
Profile PM MSN YIM 
TyphoonMentat Offline





Group: Members
Posts: 183
Joined: Oct. 2003
Posted: July 03 2004,17:27 QUOTE

Well, I wrote a Flux to Icewm converter:

Code Sample
#!/usr/bin/perl
$inp = `cat $ARGV[0]`;
@i = split("\n", $inp);
open(FH, ">$ARGV[0].icewm");
foreach $elem (@i) {
if ($elem=~/#/) {
        next;
}
if ($elem=~/\[submenu\] \((.+)\)/) {
        unless ($1 eq "Styles") {print FH "menu \"$1\" \"folder\" {\n"};
}
if ($elem=~/\[end\]/) {
        print FH "}\n";
}
if ($elem=~/\[exec\] \((.+)\) \{(.+)\}/) {
        print FH "prog \"$1\" \"-\" $2\n";
}
}
close (FH);


Just give it the name of your Fluxbox menu file and it will output that file with the ".icewm" extension appended.
Back to top
Profile PM 
henk
Unregistered






Posted: July 06 2004,11:10 QUOTE

henrique,

i can not get used to fluxbox, so i was glad to find icewm in the myDSL repository.
i downloaded it, put in the root of /cdrom, it worked perfect.
i did not like the nice2 theme so i got some others from themes at freshmeat. i tried then the worked well but i did not like then.

Then came icewm-blue.dsl! I downloaded it put also in /cdrom. I like it. (although it overrides some of met settings in ~./icewm/preferences)

But NOW i have a problem: if i use icewm-blue.dsl my printer doesnt work any more, if switch back to icewm.dsl my printer works)

Henk.
Back to top
6 replies since June 04 2004,23:58 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: New  IceWm  dsl extension (beautiful blue theme)

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code