LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-17-2012, 04:33 AM   #1411
Broker824
Member
 
Registered: Apr 2010
Location: Serbia
Distribution: Slackware 14.1 and Current, CrunchBang 11, Ubuntu 14.04, antiX 13.1
Posts: 108

Rep: Reputation: 13

Gnome 3 Fallback mode
Attached Thumbnails
Click image for larger version

Name:	Gnome 3 Fallback mode.jpg
Views:	226
Size:	245.0 KB
ID:	9095   Click image for larger version

Name:	Gnome 3 Fallback mode + screenfetch.jpg
Views:	182
Size:	244.7 KB
ID:	9096  
 
Old 02-17-2012, 09:30 AM   #1412
fb0x
Member
 
Registered: Aug 2011
Location: Serbia
Distribution: Slackware
Posts: 30

Rep: Reputation: Disabled
Fluxbox...
http://www.dodaj.rs/f/28/aU/hMMg57/s...12-02-1716.png
Too dark? No way x)
 
Old 02-17-2012, 06:51 PM   #1413
ivanp84
LQ Newbie
 
Registered: Jan 2010
Location: Belgrade, Serbia
Distribution: Slackware64
Posts: 11

Rep: Reputation: 0
@fb0x
I admire, it's quite black! Even with text in color here and there, you're uncompromised 8bit fellow.

Code:
echo -e "\033[35;1m COOL! \033[0m"
 
Old 02-18-2012, 01:49 PM   #1414
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Testing out Gnome Shell for the first time on Slackware.

http://s15.postimage.org/667ngmwix/2...1050_scrot.png

The dock on the bottom is a hacked dock gnome extension, it is possible to have it on bottom or on top.

Last edited by Bindestreck; 02-18-2012 at 06:10 PM.
 
Old 02-19-2012, 12:40 AM   #1415
Broker824
Member
 
Registered: Apr 2010
Location: Serbia
Distribution: Slackware 14.1 and Current, CrunchBang 11, Ubuntu 14.04, antiX 13.1
Posts: 108

Rep: Reputation: 13
Quote:
Originally Posted by eXpander_ View Post
Testing out Gnome Shell for the first time on Slackware.

http://s15.postimage.org/667ngmwix/2...1050_scrot.png

The dock on the bottom is a hacked dock gnome extension, it is possible to have it on bottom or on top.
Looks great GSB.
Conky is cool.
 
Old 02-21-2012, 11:37 AM   #1416
PrinceCruise
Member
 
Registered: Aug 2009
Location: /Universe/Earth/India/Pune
Distribution: Slackware64 -Current
Posts: 890

Rep: Reputation: 186Reputation: 186
Not Slackware, pardon me. Couldn't resist the temptation.
I did create a new home setup with some ol' good shit yesterday, Slackware rests as a VM.

Mint 9 - kde 4.4.5 (I had my Slackware desktop the same style) -

Attachment 9119

Regards.

Last edited by PrinceCruise; 08-02-2014 at 02:25 PM.
 
Old 02-21-2012, 01:49 PM   #1417
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,148

Rep: Reputation: 855Reputation: 855Reputation: 855Reputation: 855Reputation: 855Reputation: 855Reputation: 855
Do I change my desktop too often?
http://slackware-group.deviantart.co...32442#/d4qi9u6
 
Old 02-21-2012, 02:35 PM   #1418
Speedy624
Member
 
Registered: Dec 2011
Distribution: Leap 42.1 & Windows 7
Posts: 45

Rep: Reputation: 1
Quote:
Originally Posted by Broker824 View Post
Gnome 3 Fallback mode
Can I get your conky script please?
 
Old 02-21-2012, 11:15 PM   #1419
Broker824
Member
 
Registered: Apr 2010
Location: Serbia
Distribution: Slackware 14.1 and Current, CrunchBang 11, Ubuntu 14.04, antiX 13.1
Posts: 108

Rep: Reputation: 13
Of course

Code:
alignment top_right
double_buffer yes
gap_x 20
gap_y 45
update_interval 1.0
background yes
own_window yes
own_window_transparent yes
#own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 280 5
maximum_width 250 5
use_xft yes
xftalpha 0.5
xftfont Sans:size=8

TEXT
${font openlogos:size=20}${font Arial:size=15}${color #0088cc}Slackware ${color Ivory}${font openlogos:size=15}13.37${font }
${font size=7}${color slate grey}Info $hr${color }${font }

Kernel: ${alignr}$kernel ($machine)
Uptime: ${alignr}$uptime
Time: ${alignr}${time %H:%M:%S}
Date: ${alignr}${time %d.%m.%y}
User: ${alignr}$alignc${exec whoami} @ $nodename
Filesystem: $alignr${fs_type}

${font size=7}${color slate grey}CPU Usage $hr${color }${font }

CPU1 ${alignr}${cpu cpu1}%
${cpugraph cpu1 16, 200}

CPU2 ${alignr}${cpu cpu2}%
${cpugraph cpu2 16, 200}
CPU-Temp.${alignr}${hwmon temp 1}°C

${font size=7}${color slate grey}Ram Usage $hr${color }${font }

RAM ${alignr}$mem/$memmax
${membar 6, 200}

${font size=7}${color slate grey}Filesystem $hr${color }${font }

Slackware home ${alignr}${fs_free /}
${fs_bar 6, 200 /}

Ubuntu 10.04.3${alignr}${fs_free /media/home_ubuntu}
${fs_bar 6, 200 /media/home_ubuntu}

${font size=7}${color slate grey}Top CPU Tasks $hr${color }${font }

${color #ddaa00}${top name 1}${alignr}${top cpu 1}%${color }
${top name 2}${alignr}${top cpu 2}%
${top name 3}${alignr}${top cpu 3}%
${top name 4}${alignr}${top cpu 4}%
${top name 5}${alignr}${top cpu 5}%

${font size=7}${color slate grey}Top RAM Tasks  $hr${color }${font }

${color #ddaa00}${top_mem name 1}${alignr}${top_mem mem 1}%${color }
${top_mem name 2}${alignr}${top_mem mem 2}%
${top_mem name 3}${alignr}${top_mem mem 3}%
${top_mem name 4}${alignr}${top_mem mem 4}%
${top_mem name 5}${alignr}${top_mem mem 5}%

${font size=7}${color slate grey}Network $hr${color }${font }
IP (Lan): $alignr${addr eth0}
IP (Public): $alignr${execi 600 wget http://checkip.dyndns.org/ -q -O - | grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'}
Total Down $alignr${totaldown eth0}
Total Up   $alignr${totalup eth0}

Download ${alignr}${downspeed eth0}
${downspeedgraph eth0}

Upload ${alignr}${upspeed eth0}
${upspeedgraph eth0}

Last edited by Broker824; 02-21-2012 at 11:18 PM.
 
Old 02-22-2012, 09:03 PM   #1420
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Well I haven't used Slackware in awhile(about a year) so I thought I would see how the new 13.37 does. I do have to say I have found that Slackware just installs, I mean I have never had a system that it didn't like. I setup two desktop managers Fluxbox and the standard KDE.

Fluxbox1
Fluxbox2
KDE1
KDE2
 
Old 03-01-2012, 11:02 PM   #1421
trademark91
Member
 
Registered: Sep 2009
Distribution: Slackware -current x64
Posts: 372

Rep: Reputation: 74
My latest: fluxbox with conky and tint2.

http://img40.imageshack.us/img40/140...1203012258.png

http://img191.imageshack.us/img191/8...1203021022.png

Last edited by trademark91; 03-02-2012 at 10:25 AM.
 
Old 03-02-2012, 03:06 AM   #1422
fb0x
Member
 
Registered: Aug 2011
Location: Serbia
Distribution: Slackware
Posts: 30

Rep: Reputation: Disabled
Quote:
Originally Posted by trademark91 View Post
My latest: fluxbox with conky and tint2.

http://img40.imageshack.us/img40/140...1203012258.png
Nice as always new screenfetch have added ram/cpu/packages info
 
Old 03-04-2012, 12:41 AM   #1423
trademark91
Member
 
Registered: Sep 2009
Distribution: Slackware -current x64
Posts: 372

Rep: Reputation: 74
Here's the final product: http://slackware-group.deviantart.co...99627#/d4rrbmf

And I wish I read about the new screenfetch before I posted this theme
 
1 members found this post helpful.
Old 03-07-2012, 04:30 PM   #1424
Rasta420
Member
 
Registered: Feb 2012
Distribution: Slackware 64 13.37
Posts: 41

Rep: Reputation: 10
This is mine, simple beauty, spartan, and what I use most, need a few addons still, the wireless monitor and gkrellm but this is it




Rasta420
Attached Thumbnails
Click image for larger version

Name:	snapshot1.jpg
Views:	155
Size:	91.0 KB
ID:	9208  
 
Old 03-10-2012, 10:19 PM   #1425
caroll.sh
LQ Newbie
 
Registered: Jun 2011
Posts: 3

Rep: Reputation: Disabled
manga-style openbox.
http://s1165.photobucket.com/albums/...nt=screen0.png
http://s1165.photobucket.com/albums/...t=screen01.png

Last edited by caroll.sh; 03-10-2012 at 11:46 PM.
 
  


Reply

Tags
background, cwm, dwm, framebuffer, gnome, gui, i3, ion3, kde, monitor, musca, screenshot, tmux, wallpaper, xfce4, xterm


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
3D Desktop on Slackware? darkhatter Slackware 3 10-10-2006 12:26 PM
Slackware 10.0 with NO Desktop NiPP Linux - Newbie 2 01-02-2006 10:43 AM
3d desktop on Slackware k1ll3r_x Linux - Software 1 09-20-2005 10:47 PM
Desktop Slackware s0no Slackware 5 12-04-2004 11:20 AM
I can't get my desktop in Slackware 10 DraGoNsLaYeR Linux - Newbie 1 06-27-2004 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:55 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