Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-12-2010, 01:04 PM
|
#376
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
Quote:
Originally Posted by dive
|
Nice, where did you get background ? Does it come in widescreen ?
|
|
|
|
04-12-2010, 02:23 PM
|
#377
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,084
|
Hmm I can't recall where it came from but it must be a fluxbox style site since there is a style file for it too.
|
|
|
|
04-12-2010, 02:27 PM
|
#378
|
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,084
|
This may help:
Code:
style.name: Anarchy
style.author: Mark Stump (NetBSD irc.undernet.org)
style.date: Tue Aug 12 2004
style.credits: SLC Punk
style.comments: For All The anti government people
|
|
|
|
04-12-2010, 02:30 PM
|
#379
|
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Slackware 14.0
Posts: 8,464
|
Quote:
|
Hmm I can't recall where it came from
|
http://ratm-wallpaper.rise.za.net/
|
|
|
1 members found this post helpful.
|
04-12-2010, 03:14 PM
|
#380
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
Quote:
Originally Posted by repo
|
thanks, too bad it doesn't come in wide-screen, maybe I'll find something similar or make it bigger.
|
|
|
|
04-12-2010, 03:34 PM
|
#381
|
|
Senior Member
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Rep: 
|
***desktop changed***
Last edited by damgar; 05-07-2010 at 03:47 PM.
|
|
|
|
04-12-2010, 08:06 PM
|
#382
|
|
Member
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136
Rep:
|
I'm running fluxbox w/ 5 desktops (each of the 5 pics ^^). Also, pseudo-transparency is enabled and on the 5 desktop ("terminals") I'm running aterm constantly in the "slit", running htop to monitor my whole system. enjoy 
EDIT: I honestly don't know what's up with the black square in the first pic... oh well. hope you people can get over that ^^
Last edited by steviebob; 04-12-2010 at 08:09 PM.
|
|
|
|
04-12-2010, 08:08 PM
|
#383
|
|
Member
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136
Rep:
|
Sorry for the double post, could only upload 3 pics at once. here are the other two.
|
|
|
|
04-12-2010, 08:13 PM
|
#384
|
|
Senior Member
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
|
@steviebob You can achieve theming and icons in thunar if you edit your ~/.gtkrc-2.0.
Code:
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
gtk-icon-theme-name = "Tango"
Provided you have those defined themes installed 
|
|
|
|
04-12-2010, 08:19 PM
|
#385
|
|
Member
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136
Rep:
|
Quote:
Originally Posted by disturbed1
@steviebob You can achieve theming and icons in thunar if you edit your ~/.gtkrc-2.0.
Code:
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
gtk-icon-theme-name = "Tango"
Provided you have those defined themes installed 
|
Oh, thank you very much, disturbed1 ^^ I've been wondering about that, since thunar on KDE has themed icons and such but fluxbox doesn't... anyway, thanks 
|
|
|
|
04-13-2010, 03:22 AM
|
#386
|
|
LQ Newbie
Registered: Mar 2008
Location: West Coast
Distribution: Slack13
Posts: 20
Rep:
|
http://i.imgur.com/0jeH6.jpg
Needs a little bit more tweaking, but it's getting to how I like it 
|
|
|
|
04-13-2010, 04:06 AM
|
#387
|
|
Senior Member
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-13.37
Posts: 1,183
Rep: 
|
Quote:
Originally Posted by J_Humphrey
|
Nice!
|
|
|
|
04-13-2010, 04:39 AM
|
#388
|
|
Senior Member
Registered: May 2008
Posts: 2,876
|
Quote:
Originally Posted by disturbed1
@steviebob You can achieve theming and icons in thunar if you edit your ~/.gtkrc-2.0.
Code:
include "/usr/share/themes/Clearlooks/gtk-2.0/gtkrc"
gtk-icon-theme-name = "Tango"
|
The following is a little cleaner than using an include. I use this with my Openbox setup, and it works quite nicely.
Code:
gtk-theme-name = "Xfce-4.4"
gtk-icon-theme-name = "Tango"
|
|
|
|
04-13-2010, 11:29 AM
|
#389
|
|
Member
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136
Rep:
|
Quote:
Originally Posted by J_Humphrey
|
Nice one, what wm do you use?
|
|
|
|
04-13-2010, 12:12 PM
|
#390
|
|
LQ Newbie
Registered: Mar 2008
Location: West Coast
Distribution: Slack13
Posts: 20
Rep:
|
Quote:
Originally Posted by steviebob
Nice one, what wm do you use?
|
I'm using xfce4 for my DE and compiz as my WM.
|
|
|
|
|
Tags
|
background, dwm, gui, i3, ion3, kde, monitor, screenshot, wallpaper, xfce4, xterm  |
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:17 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|