The time now is Tue 21 May 2013, 05:26
All times are UTC - 4 |
|
Page 15 of 21 [309 Posts] |
Goto page: Previous 1, 2, 3, ..., 13, 14, 15, 16, 17, 18, 19, 20, 21 Next |
| Author |
Message |
dejan555

Joined: 30 Nov 2008 Posts: 2407 Location: Montenegro
|
Posted: Sun 15 Mar 2009, 06:53 Post subject:
|
|
It's not gonna be me who's gonna make it panzerpuppy Maybe try the blue theme from my previous post? Never liked the very shiny blue windows theme, it's just not comfortable to look at! I reworked DeepThought theme a bit, this is my new version:
| Description |
Preview |
| Filesize |
87.2 KB |
| Viewed |
2336 Time(s) |

|
| Description |
jwm theme made to match "DeepThought" colors, reworked a bit.
|

Download |
| Filename |
jwmDeepT2-1.pet |
| Filesize |
4.04 KB |
| Downloaded |
690 Time(s) |
_________________

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Fri 20 Mar 2009, 02:20 Post subject:
|
|
Ok This is for testers, I'm not sure sure how well this works, I hacked the JWM source code and came up with this new menu, It doesn't use icons in the menu only, but it does look slick. Everything else is the same, basically if you install this pet, it will replace your current JWM. With this verson, then you'll have to restart X server to see the changes.
ttuuxxx
Ps just added the sources below.
| Description |
|

Download |
| Filename |
jwm-2.0-no-icons-sources.tar.gz |
| Filesize |
185.33 KB |
| Downloaded |
416 Time(s) |
| Description |
|

Download |
| Filename |
jwm-2.0.1-i386-no-icons.pet |
| Filesize |
67.75 KB |
| Downloaded |
493 Time(s) |
| Description |
|
| Filesize |
141 KB |
| Viewed |
4071 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
magerlab
Joined: 08 Jul 2007 Posts: 730
|
Posted: Thu 26 Mar 2009, 08:31 Post subject:
|
|
i have a request of a theme for small screen ( netbooks e.g.)
withm smaller fonts( 9) and window borders (7 or 5 pixels)
_________________ skype: desafimager
www.youtube.com/sagartem -videos of my band
|
|
Back to top
|
|
 |
puppyluvr

Joined: 06 Jan 2008 Posts: 3052 Location: Chickasha Oklahoma
|
Posted: Thu 26 Mar 2009, 20:25 Post subject:
|
|
Patriot,
Very Nice...Love the transparency and rounded borders..
I especially like what it does for the tray....
@1 point..The pet put the binary in /usr/X11R7/bin....
I moved it to /usr/local/bin and it worked fine...
Also, If you use translucency, don`t use "move=opaque" ...
Drags my 1.8 g 768mb machine to a crawl when I move them..
Looks really cool though...
Resize=opaque seems OK ....
Now, how do we get rounded corners on the menu??
LOL, you started something here....
@magerlab,
Any particular color scheme??
|
|
Back to top
|
|
 |
magerlab
Joined: 08 Jul 2007 Posts: 730
|
Posted: Sat 28 Mar 2009, 07:29 Post subject:
|
|
for me size matters more
maybe it's possible to have something like prelude theme for xfwm4
http://www.xfce-look.org/content/show.php/prelude-4?content=69300
although it's extreme thin
and fonts in menu and panel ...
as for colors ; light blue or black to match black icons
_________________ skype: desafimager
www.youtube.com/sagartem -videos of my band
|
|
Back to top
|
|
 |
dejan555

Joined: 30 Nov 2008 Posts: 2407 Location: Montenegro
|
Posted: Sun 29 Mar 2009, 08:06 Post subject:
|
|
how do i change jwm menu button in 4.2?
I've found /root/.jwm/start-button.png, renamed it then linked mine to start-button.png and restarted x but it didn't change?
Or I have to reboot the whole system?
_________________

|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Sun 29 Mar 2009, 08:22 Post subject:
|
|
| dejan555 wrote: | how do i change jwm menu button in 4.2?
I've found /root/.jwm/start-button.png, renamed it then linked mine to start-button.png and restarted x but it didn't change?
Or I have to reboot the whole system? |
I asked that on the icon thread, too, dejan555...great minds think alike and all that...hopefully one of the puppy nobility knows the answer to that one...
|
|
Back to top
|
|
 |
dejan555

Joined: 30 Nov 2008 Posts: 2407 Location: Montenegro
|
Posted: Sun 29 Mar 2009, 08:27 Post subject:
|
|
Let's hope so...
_________________

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 29 Mar 2009, 08:56 Post subject:
|
|
| dejan555 wrote: | how do i change jwm menu button in 4.2?
I've found /root/.jwm/start-button.png, renamed it then linked mine to start-button.png and restarted x but it didn't change?
Or I have to reboot the whole system? |
to change that you need to edit 2 locations
/root/.jwmrc-tray
<TrayButton icon="/usr/local/lib/X11/pixmaps/start-button.png">root:3</TrayButton>
/root/.jwmrc
<RootMenu label="Menu" labeled="false" height="24" onroot="3">
if you don't want it to say 'Menu' and you just want to display a image delete label="Menu"
so it looks like this
<RootMenu labeled="false" height="24" onroot="3">
Hope that helps
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
dejan555

Joined: 30 Nov 2008 Posts: 2407 Location: Montenegro
|
Posted: Sun 29 Mar 2009, 09:10 Post subject:
|
|
Yep, that worked thanks!
Another one, I know it's kinda offtopic but if anyone would know how to set amsn to show tray icon so it can be minimized in jwm?
_________________

|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Sun 29 Mar 2009, 10:11 Post subject:
|
|
| dejan555 wrote: | Yep, that worked thanks!
Another one, I know it's kinda offtopic but if anyone would know how to set amsn to show tray icon so it can be minimized in jwm?  |
I actually think thats part of the preferences of Amsn, about min the programs on exit. Have a look. and maybe look for /root/.amsn config file and look inside that.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
dejan555

Joined: 30 Nov 2008 Posts: 2407 Location: Montenegro
|
Posted: Sun 29 Mar 2009, 13:06 Post subject:
|
|
Yes, I know but if you set it to minimize to tray it disapears, it's still running but no tray icon to restore it like for xchat and skype and opera
_________________

|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Sun 29 Mar 2009, 14:07 Post subject:
|
|
| ttuuxxx wrote: | | dejan555 wrote: | how do i change jwm menu button in 4.2?
I've found /root/.jwm/start-button.png, renamed it then linked mine to start-button.png and restarted x but it didn't change?
Or I have to reboot the whole system? |
to change that you need to edit 2 locations
/root/.jwmrc-tray
<TrayButton icon="/usr/local/lib/X11/pixmaps/start-button.png">root:3</TrayButton>
/root/.jwmrc
<RootMenu label="Menu" labeled="false" height="24" onroot="3">
if you don't want it to say 'Menu' and you just want to display a image delete label="Menu"
so it looks like this
<RootMenu labeled="false" height="24" onroot="3">
Hope that helps
ttuuxxx |
Thanks, ttuuxxx...worked great.
|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Sat 18 Apr 2009, 15:55 Post subject:
Subject description: Retro Puppy theme |
|
This theme is inspired by the area042 icons that I posted on the icon themes thread here.
Full screenshots are on the My Puppy is Better Looking than yours thread here.
Sort of a grey sunrise, hippie love festival. Enjoy!
| Description |
|
| Filesize |
61.92 KB |
| Viewed |
3585 Time(s) |

|
| Description |
|

Download |
| Filename |
Retro-jwm-theme.pet |
| Filesize |
3.17 KB |
| Downloaded |
485 Time(s) |
|
|
Back to top
|
|
 |
steve_s

Joined: 26 May 2008 Posts: 1543 Location: Austin, TX, USA
|
Posted: Wed 22 Apr 2009, 20:05 Post subject:
Subject description: DarkTree |
|
This theme came about to compliment the Delta icon theme on the Icon Themes exchange thread...
Enjoy!
| Description |
|
| Filesize |
329.99 KB |
| Viewed |
4167 Time(s) |

|
| Description |
|

Download |
| Filename |
DarkTree-jwm-theme.pet |
| Filesize |
3.54 KB |
| Downloaded |
795 Time(s) |
|
|
Back to top
|
|
 |
|
|
Page 15 of 21 [309 Posts] |
Goto page: Previous 1, 2, 3, ..., 13, 14, 15, 16, 17, 18, 19, 20, 21 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|