You are not logged in.
I'll start it off for 2009!
This is my own murrine-svn theme using my own emerald theme. Hydroxygen icons with Mac buttons added. Patched xfce4-panel. Customized Screenlets and my own conckyrc.
http://i480.photobucket.com/albums/rr16 … ot-8-6.png
http://i480.photobucket.com/albums/rr16 … t-11-6.jpg
Offline
very well!!!
stickied
Offline
very well!!!
Thank you. This is the my new murrine-svn theme and Emerald theme. I also changed the Arch clock, pager, and icons.
http://i480.photobucket.com/albums/rr16 … t-24-5.png
http://i480.photobucket.com/albums/rr16 … t-27-8.jpg
http://i480.photobucket.com/albums/rr16 … t-25-4.png
..... And this is a fully working web browser Java applet using the new 64bit jre_beta 6u12_b03-1:
Offline
Nothing fancy but I like it so much.
Being on an Aspire One, I wanted as much screen estate as possible. I tried the really minimalistic xfwm themes but in the end I preferred this look. Panel hides automatically and you should see firefox with two toolbars condensed into one.
- GTK: Elegant for Rent
- XFWM: Kupo Dark (customized)
- Icons: Buuf Deuce
Offline
Offline
crimesaucer how did you manage to have transparent panels without transparent icons ?
Offline
Offline
Hi Folks,
Nothing special really, other than my mouse pointer, everything is right out of the box. My background is one of the Xubuntu default backgrounds modified for personal use.
Xubuntu 8.10-64 - Screen: 1280x1024
Style: Agua - Title Font: Purisa Bold 9
Theme: MurrinaStormCloud - Icon Theme: Tango
Mouse Pointer (not shown, but linked): Marbre
Running: Xubuntu-64 / 8.10
and getting 1bit/keystroke
Offline
crimesaucer how did you manage to have transparent panels without transparent icons ?
Yeah, I'm interested in that info, too! You mentioned "Patched xfce4-panel" in your first post - if that's it: Mind to give a link to the patch needed?
Best regards
dirks
Offline
anekdoten wrote:crimesaucer how did you manage to have transparent panels without transparent icons ?
Yeah, I'm interested in that info, too! You mentioned "Patched xfce4-panel" in your first post - if that's it: Mind to give a link to the patch needed?
Best regards
dirks
Hi
See there:
http://forum.xfce.org/index.php?topic=2 … 8#msg12858
I think it was only for Xfce 4.4.x
Offline
playing with enso, it's in very early development for linux and there is only 1 (useful) plugin.
At least it gives me a excuse to learn more python.
Offline
very good ones - i like it - have to build some too
Offline
what are yall using to take those screenshots imagemagick and xwd don't seem to like xfce's compositor (or maybe awn is the culprit) and my screenshots are coming either with black blocks where composited stuff is or all squiggly.
I like fractions and big hats!
Offline
Personally, I use scrot but if you prefer a GUI, Xfce4 Screenshooter works well.
Example command with scrot:
scrot -d 5 -q 80 ~/Screenshot/'%d-%m-%Y_%T_$wx$h.png'
"-d 5" for a delay of five seconds
"-q 80" for the quality
"~/Screenshot/" the path where to save the screenshot
"%d-%m-%Y_%T" to add the day, month, year and time in the name
"$wx$h" to add the width and height in the name
This gives me a screenshot in "/home/my-username/Screenshot" named as follows: 17-02-2009_17:06:47_1152x864.png
To take only a window or a part of the screen:
scrot -b -s -q 80 ~/Screenshot/'%d-%m-%Y_%T_$wx$h.png'
"-s" to select a window or a part of the screen
"-b" to grab also the window border
Offline
dirks wrote:anekdoten wrote:crimesaucer how did you manage to have transparent panels without transparent icons ?
Yeah, I'm interested in that info, too! You mentioned "Patched xfce4-panel" in your first post - if that's it: Mind to give a link to the patch needed?
Best regards
dirksHi
See there:
http://forum.xfce.org/index.php?topic=2 … 8#msg12858
I think it was only for Xfce 4.4.x
Hello to everyone that is interested in the transparent xfce4-panel. And thanks for the complements.
EDITED: use the patch that Wapush linked you to.
Here is my latest murrine-svn theme for xfce4:
Offline
Hello to everyone that is interested in the transparent xfce4-panel. And thanks for the complements.
For the xfce4-panel patch this is the direct link for downloading: http://www.loculus.nl/xfce/files/panel-cairo.patch
it's from this old xfce4 page where you can read about it: http://blog.xfce.org/?p=177
Hi crimesaucer
Did you read the link I gave to dirks and anekdoten? Jasper, the author of the patch, has posted an updated version of it (for Xfce 4.4.x not 4.6).
Here is the direct link: http://www.loculus.nl/xfce/files/panel- … 0125.patch
As Jasper said, if you can to change the level of transparency, open the patch with your favorite text editor and search for #define ALPHA (lines 44, 144, 359 and 436) you can change their values from 0.2 to 0.0 for a fully transparent panel.
Offline
Hi crimesaucer
Did you read the link I gave to dirks and anekdoten? Jasper, the author of the patch, has posted an updated version of it (for Xfce 4.4.x not 4.6).
Here is the direct link: http://www.loculus.nl/xfce/files/panel- … 0125.patch
As Jasper said, if you can to change the level of transparency, open the patch with your favorite text editor and search for #define ALPHA (lines 44, 144, 359 and 436) you can change their values from 0.2 to 0.0 for a fully transparent panel.
No, I'm sorry I didn't read your comment thoroughly, I only skimmed over the comment and the link..... and I accidentally linked the wrong patch in my first post.
I meant to link the exact same patch that you posted from comment #14 of this page: http://blog.xfce.org/?p=177
xfce4 panel-cairo-20070125 patch: http://www.loculus.nl/xfce/files/panel- … 0125.patch
So do you know if he will be making the 4.4.6 version anytime soon? It's the only thing holding me back from upgrading.
also..... for this part:
As Jasper said, if you can to change the level of transparency, open the patch with your favorite text editor and search for #define ALPHA (lines 44, 144, 359 and 436) you can change their values from 0.2 to 0.0 for a fully transparent panel.
Do you know a way to change the background color of the panel so it could be a transparent black panel? (same level of transparency..... just a dark #000000 color to it)
Offline
Do you know a way to change the background color of the panel so it could be a transparent black panel? (same level of transparency..... just a dark #000000 color to it)
Never mind, I figured it out with:
cairo_set_source_rgba (cr, 0, 0, 0, ALPHA);
My newest theme:
http://i480.photobucket.com/albums/rr16 … t-66-1.jpg
http://i480.photobucket.com/albums/rr16 … -66a-1.png
Offline
Offline
url: blog.desdelinux.net
twt: @elavdeveloper
Offline
Really cool, I like it! ;D
But where did you get those Firefox and Thunderbird icons? I noticed you're using Archlinux but the standard icons for Firefox and Thunderbird suck!
Offline
Really cool, I like it! ;D
But where did you get those Firefox and Thunderbird icons? I noticed you're using Archlinux but the standard icons for Firefox and Thunderbird suck!
Thank you. The Firefox and Thunderbird icons are from here: http://www.gnome-look.org/content/show. … tent=94079
The icon pack that I'm using is the hydroxygen icons. I add the gtk back/forward buttons from the MacUltimate_Leopard icon pack so that all of the back/forward/home/refresh/up/down/stop buttons look better. Then I also use the iComity icons for my Firefox/Thunderbird/Terminal icons in my xfce4-panel.
I think the Firefox and Thunderbird icons in the iComity icon pack are some of the best icons that I have ever seen made for Firefox and Thunderbird.
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 650.02 KiB (Peak: 683.3 KiB) ]