LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Closed Thread
  Search this Thread
Old 02-15-2004, 01:43 PM   #2101
macskeeball
Member
 
Registered: Feb 2004
Posts: 58

Rep: Reputation: 15

Quote:
Originally posted by witeshark
That rocks. Love the "may the source be with you" The only window I know of that can use transparency in Mac is the CLI (terminal)
Actually, many apps support it. These include the Dock, Adium, X-Chat Aqua, Stickies, and Microsoft 2004 which isn't out yet but is coming before it's Windows counterpart. If you have the source to any Cocoa app the way to make a window transparent is as easy as one line in the Terminal.
 
Old 02-15-2004, 01:47 PM   #2102
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
I still haven't really played with OSX much but I plan to soon. Just got an iBook G3 900, 640mb, cdwr/dvd, etc. this week and have been working on getting Gentoo on it and perfected. Once I feel like it's there I'll play around with Panther a bit
 
Old 02-15-2004, 01:50 PM   #2103
witeshark
Member
 
Registered: Jan 2004
Location: Miami FL
Distribution: Mac OS X 10.4.11 Ubuntu 12.04 LTS
Posts: 429

Rep: Reputation: 30
Sweet, thanks! For the dock, I just made it kinda small with big mouse magnification.
 
Old 02-15-2004, 10:25 PM   #2104
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
Quote:
Originally posted by Wynd
Try one of the following:

bsetbg -f file.jpg
xv -root -quit -max file.jpg
Thank you..
Here Is My Newest Screenshot..
 
Old 02-15-2004, 11:56 PM   #2105
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Here's mine...............
 
Old 02-16-2004, 12:21 AM   #2106
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Rep: Reputation: 30
Quote:
Originally posted by 320mb
Here's mine...............
where did you get the transparent gkrellm? i wouldn't mind having that one.
 
Old 02-16-2004, 01:15 AM   #2107
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
Quote:
Originally posted by 320mb
Here's mine...............
Great Screenshot...
 
Old 02-16-2004, 03:42 AM   #2108
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Quote:
Originally posted by joesbox
where did you get the transparent gkrellm? i wouldn't mind having that one.
my guess is, that's the glass skin for gkrellm.

http://www.muhri.net/gkrellm/

Last edited by megaspaz; 02-16-2004 at 03:44 AM.
 
Old 02-16-2004, 05:54 AM   #2109
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Quote:
Originally posted by Scruff
Here is my newest. I tried aterm after reading a few posts on it and am loving it. Transparency with no window decorations is very cool
I've been messing around with the same thing and I like it. I've been looking for that effect for a long time. The only issue I'm having is that the scrollbar shows up like this.

I'm sure its just another switch to use with aterm but I don't know which one.
 
Old 02-16-2004, 06:29 AM   #2110
breakerfall
Member
 
Registered: Jun 2003
Location: Manchester, UK
Distribution: Gentoo
Posts: 306

Rep: Reputation: 30
Can someone please explain how they set a background image in flux, that actually sticks around? I've followed the documentation but for some reason, when I logout / login, the image isn't showing anymore. On top of that, when it is in view, there's a white border around the image.

Also - how would I go about setting menu transparencies through flux?

Great screenies by the way...
 
Old 02-16-2004, 12:17 PM   #2111
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
the way i've got fluxbox set up with a background is by adding in the bsetbg command in the root window in ~/.fluxbox/init

session.screen0.rootCommand: bsetbg -f "/usr/share/wallpapers/Trigun 04.jpg"

that seems to work out for me.
 
Old 02-16-2004, 12:35 PM   #2112
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by Crashed_Again
The only issue I'm having is that the scrollbar shows up like this.

I'm sure its just another switch to use with aterm but I don't know which one.
-sb|+sb
Turn on/off scrollbar; resource scrollBar.
 
Old 02-16-2004, 12:38 PM   #2113
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Quote:
Originally posted by Crashed_Again
I've been messing around with the same thing and I like it. I've been looking for that effect for a long time. The only issue I'm having is that the scrollbar shows up like this.

I'm sure its just another switch to use with aterm but I don't know which one.
Here's my .Xdefaults for aterm:
scruff@slackbox:~$ cat .Xdefaults
Aterm*scrollBar: false
Aterm*loginShell: true
Aterm*transparent: true
Aterm*tintingType: false
Aterm*tinting:
Aterm*shading: 100
Aterm*title: aterm
Aterm*iconName: aterm
Aterm*font: -misc-fixed-medium-r-normal-*-11-*-*-*-c-*-iso8859-15
Aterm*geometry: 100x60

The first line should take care of it for you.
 
Old 02-16-2004, 12:40 PM   #2114
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Quote:
Originally posted by breakerfall
Can someone please explain how they set a background image in flux, that actually sticks around? I've followed the documentation but for some reason, when I logout / login, the image isn't showing anymore. On top of that, when it is in view, there's a white border around the image.

Also - how would I go about setting menu transparencies through flux?
I use 'wmsetbg filename.jpg' at the bottm of my .xinitrc to set mine. You need to put a '&' after the last line first though, like this:

# Start the window manager:
exec /usr/X11R6/bin/fluxbox &
wmsetbg ~/custom/wallpaper/source2.jpg

You can change the menu transparency by right click, fluxbox menu, configure, 'menu alpha'. Just lower the value.

Last edited by Scruff; 02-16-2004 at 12:41 PM.
 
Old 02-16-2004, 03:10 PM   #2115
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Quote:
Originally posted by synaptical
-sb|+sb
Turn on/off scrollbar; resource scrollBar.
I've tried that and surprisingly it doesn't work which I don't understand. I'll try setting it in .Xdefaults.
 
  


Closed Thread

Tags
apt, beryl, compiz, gentoo, repository, screenshot, xgl, yum



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
plz post a link to get cedega Rangerboy567 Linux - Games 6 04-25-2005 04:29 PM
What is this system monitor program (link to screenshot included) enigma Z Linux - Software 3 09-06-2004 06:08 PM
Post a link to your pic Joey.Dale General 7 09-03-2004 05:06 PM
Post your screenshot bpk General 6 01-25-2004 08:01 AM
Can you post a screenshot of this? ICO General 1 01-18-2004 02:48 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 04:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration