LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 06-19-2010, 04:07 PM   #511
banditman
LQ Newbie
 
Registered: May 2010
Posts: 17
Blog Entries: 1

Rep: Reputation: 1

Great desktop and conky would you mind sharing your conkyrc file?
 
Old 06-19-2010, 04:59 PM   #512
diwljina
Member
 
Registered: Jun 2009
Distribution: Slackware, Debian
Posts: 111

Rep: Reputation: 8
Quote:
Originally Posted by banditman View Post
Great desktop and conky would you mind sharing your conkyrc file?
Of course not. Here it is:

Code:
alignment top_right
background yes
cpu_avg_samples 2
own_window_transparent yes
default_color white
default_outline_color white
default_shade_color white
double_buffer yes
draw_borders no
draw_graph_borders yes
draw_outline no  
draw_shades no
gap_x 25
gap_y 15 
maximum_width 330  
max_port_monitor_connections 64
max_specials 512
max_user_text 16384
minimum_size 330 10
net_avg_samples 2
no_buffers yes
out_to_console no
own_window_colour white 
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window yes
own_window_type desktop
stippled_borders 2
update_interval 2
uppercase no
use_spacer no 
use_xft yes
xftalpha 0.8
xftfont  Bitstream Vera Sans Mono:size=11

# stuff after 'TEXT' will be formatted on screen

TEXT
${font zekton:size=10}
${color #00ddff}${font Soviet_Stencil:size=10}$nodename     ${font zekton:size=10}${alignc}$sysname $kernel 
${font openlogos:size=64}${color #00ddff}t ${alignc}q ${alignr}U ${font zekton:size=10}
${font StyleBats:size=16}P ${font zekton:size=10}${color #00ddff}Uptime:${font}$color $uptime_short ${font zekton:size=10}${color #00ddff} Load:${font}$color $loadavg
${color #00ddff}${font StyleBats:size=16}A ${font zekton:size=10}${color #00ddff}CPU: ${font}$color ${cpu}% ${color #00ddff}${cpubar 5,55}  ${font}${color #00ddff}Disk I/O: $color${diskio}
${color #00ddff}${cpugraph 0 32,155 104E8B 00ddff} $alignr${color #00ddff}${diskiograph 32,155 104E8B 00003A 750}
${color #00ddff}RAM:$color $mem${color #00ddff}/${color}$memmax - $memperc% ${color #00ddff}$membar
${color #00ddff}Swap:$color $swap${color #00ddff}/${color}$swapmax - $swapperc% ${color #00ddff}${swapbar}

 ${font Radio Space:size=14}${time %A %d %m %Y}
      ${font Radio Space:size=55}${time %H:%M}
${font zekton:size=10}${color #00ddff}Music: $font$color${alignc}$mpd_artist-$mpd_title}
${color #00ddff}${font PizzaDude Bullets:size=16}r ${font}${color #00ddff}Net Down:$color ${downspeed eth0} k/s
${color #00ddff}${font PizzaDude Bullets:size=16}v ${font}${color #00ddff}Net Up:$color ${upspeed eth0} k/s

${font zekton:size=10}${color #00ddff} File systems:
${font StyleBats:size=16}u ${font}${color #00ddff}/      $color free: ${fs_free /} ${alignr}${color #00ddff}${fs_bar 5,90 /}
${font StyleBats:size=16}u ${font}${color #00ddff}/home  $color free: ${fs_free /home} ${alignr}${color #00ddff}${fs_bar 5,90 /home}
${font StyleBats:size=16}u ${font}${color #00ddff}podaci $color free: ${fs_free /mnt/podaci} ${alignr}${color #00ddff}${fs_bar 5,90 /mnt/podaci}
$color$stippled_hr
${font zekton:size=10}${color #00ddff}CPU usage:
$font$color${top name 1}${top pid 1}${alignr}${top cpu 1}%
$color${top name 2}${top pid 2}${alignr}${top cpu 2}%
$color${top name 3}${top pid 3}${alignr}${top cpu 3}%
${font zekton:size=10}${color #00ddff}Mem usage
$font$color${top_mem name 1}${top_mem pid 1} ${alignr}${top_mem mem 1}%
$color${top_mem name 2}${top_mem pid 2} ${alignr}${top_mem mem 2}%
$color${top_mem name 3}${top_mem pid 3} ${alignr}${top_mem mem 3}%
 
${font zekton:size=10}${color #00ddff}Port(s)${alignr}#Connections
$font$color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
 
1 members found this post helpful.
Old 06-19-2010, 06:04 PM   #513
banditman
LQ Newbie
 
Registered: May 2010
Posts: 17
Blog Entries: 1

Rep: Reputation: 1
Thanks for that
 
Old 06-19-2010, 06:38 PM   #514
banditman
LQ Newbie
 
Registered: May 2010
Posts: 17
Blog Entries: 1

Rep: Reputation: 1
Heres mine

http://img46.imageshack.us/i/screenshotlqh.jpg/

The rider is Guy Martin hes in hospital after a bad crash in the Isle of Man TT

BTW its Slack 13.1 running fluxbox!
 
Old 06-19-2010, 07:36 PM   #515
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Sawfish 1.6.3 from-source-to-slackpkg WM almost default
fbpnel, conky, and systray-volume-control are the helpers

hey banditman can you post your .conkyrc?
Attached Thumbnails
Click image for larger version

Name:	sawfish.jpg
Views:	231
Size:	175.5 KB
ID:	3915  
 
Old 06-19-2010, 11:39 PM   #516
banditman
LQ Newbie
 
Registered: May 2010
Posts: 17
Blog Entries: 1

Rep: Reputation: 1
Wink

Quote:
Originally Posted by linus72 View Post
Sawfish 1.6.3 from-source-to-slackpkg WM almost default
fbpnel, conky, and systray-volume-control are the helpers

hey banditman can you post your .conkyrc?
Code:
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# fiddle with window
use_spacer yes
use_xft yes

mail_spool $/home/djt/MuttMail/default

# Update interval in seconds
update_interval 3.0

# Minimum size of text area
# minimum_size 250 5
maximum_width 325
override_utf8_locale yes
#xftalpha 0.8
# Draw shades?
draw_shades yes

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
#font FreeSans -11
xftfont freesans:pixelsize=10
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3

# border margins
border_margin 9

# border width
border_width 10

# Default colors and also border colors, grey90 == #e5e5e5
default_color Grey

own_window_colour brown
own_window_transparent yes

# Text alignment, other possible values are commented
#alignment top_left
alignment top_left
#alignment bottom_left
#alignment bottom_right

# Gap between borders of screen and text
gap_x 10
gap_y 10

# stuff after 'TEXT' will be formatted on screen

TEXT
${font Arial:bold:size=9}${color Orange}Banditman @ ${color orange}Slackware 13.1
${color green}$sysname $kernel
${color red}Uptime:  $uptime
${font Arial:bold:size=24}${color red}${time %a %d %b %k: %M}
${font Arial:bold:size=9}${color orange}Battery: ${color red}$acpiacadapter, ${battery_bar BAT1}
${color red}Mail Count: $mails 
${color red}New Mail: $new_mails
${font Arial:size=9}${cpu cpu1}%CPU1: ${cpubar cpu1}
${cpu cpu2}%CPU2: ${cpubar cpu2}

${color orange}ROOT (/)${hr 2}$color
${color Cyan}Root size:  ${fs_size /}$color${alignr}Root used:  ${fs_used /}$color
${color Cyan}Root free:  ${fs_free /}$color ${fs_free_perc /}%   ${fs_bar 6 /}$color

${color orange}NETWORK ${hr 2}
${color cyan}IP: ${addr wlan0}
Down: ${downspeed eth0} Kb/s ${alignr}Up: ${upspeed eth0} Kb/s
${downspeedgraph wlan0 15,50 ffffff ffffff} ${alignr}${upspeedgraph 
wlan0 15,50 ffffff ffffff}$color
Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan0}

${color violet}Wireless Link Strength: ${color red} 
${wireless_link_bar 10,200 wlan0}

${color yellow}LEEDS WEST YORKSHIRE WEATHER ${hr 2}${execi 600 sh /home/djt/conky_weather/weather_script.sh}

TODAY
${color yellow}${font conkyweather:size=25}${execi 600  sed -n '4p' /home/djt/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '1p' /home/djt/conky_weather/weather1}


OUTLOOK TODAY
#${rss "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=EUR|UK|UK186|LEEDS" item_title 1}
${font conkyweather:size=25}${execi 600  sed -n '5p' /home/djt/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '2p' /home/djt/conky_weather/weather1}

TOMMOROW
#${rss "http://rss.accuweather.com/rss/liveweather_rss.asp?metric=0&locCode=EUR|UK|UK186|LEEDS" 10 item_title 2}
${color yellow}${font conkyweather:size=25}${execi 600  sed -n '6p' /home/djt/conky_weather/weather1}${font} ${voffset -20}${execi 600 sed -n '3p' /home/djt/conky_weather/weather1}
Here you go!

Last edited by banditman; 06-20-2010 at 12:02 AM.
 
1 members found this post helpful.
Old 06-20-2010, 05:09 AM   #517
diwljina
Member
 
Registered: Jun 2009
Distribution: Slackware, Debian
Posts: 111

Rep: Reputation: 8
Quote:
Originally Posted by banditman View Post
Thanks for that
No problem.
 
Old 06-21-2010, 02:57 PM   #518
crashdata
LQ Newbie
 
Registered: Feb 2010
Posts: 7

Rep: Reputation: 0
slackware 13.1 netbook

here is mine running on MSI U135 netbook:
let me know what you guys think?
thanks

slackware 13.1

http://img717.imageshack.us/img717/6380/snapshot1wc.png

Last edited by crashdata; 06-21-2010 at 10:35 PM.
 
Old 06-22-2010, 04:52 AM   #519
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by crashdata View Post
here is mine running on MSI U135 netbook:
let me know what you guys think?
thanks

slackware 13.1

http://img717.imageshack.us/img717/6380/snapshot1wc.png
Reasonable, but too many shortcuts on the desktop.
 
Old 06-22-2010, 06:52 AM   #520
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by H_TeXMeX_H View Post
Reasonable, but too many shortcuts on the desktop.
Thats the KDE netbook interface. I dont think you can change those.
 
Old 06-24-2010, 06:44 AM   #521
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Smile

Slackware64 with gnome
Still tweaking only been installed a week or so
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	195
Size:	252.7 KB
ID:	3971  
 
Old 06-24-2010, 10:29 AM   #522
meetscott
Samhain Slackbuild Maintainer
 
Registered: Sep 2004
Location: Phoenix, AZ, USA
Distribution: Slackware
Posts: 411

Rep: Reputation: 43
Quote:
Originally Posted by Keith Hedger View Post
Slackware64 with gnome
Still tweaking only been installed a week or so
It looks pretty elaborate. I don't use Gnome but I was curious as to which Gnome distribution you used and what, if any, are the shortcomings of installing it? Does it complicate upgrades and so on?

Reason I ask, is I see one place where a Gnome install would be advantageous to me: Evolution-exchange. Going to the trouble has not seemed worth it to me in the past as I just suffer through the web interface with Microshaft Exchange.

In the past, Evolution was buggy, and Gnome has been more challenging on Slackware. I actually don't even want it, just some pieces for this convenience in a corporate environment alone.

Very nice desktop, by the way.

Last edited by meetscott; 06-25-2010 at 09:20 AM.
 
Old 06-25-2010, 01:01 AM   #523
kantu
Member
 
Registered: Sep 2008
Posts: 77

Rep: Reputation: 16
Quote:
Originally Posted by Keith Hedger View Post
Slackware64 with gnome
Still tweaking only been installed a week or so
Can you please share those Icon and GTK theme
 
Old 06-25-2010, 04:36 AM   #524
Keith Hedger
Senior Member
 
Registered: Jun 2010
Location: Wiltshire, UK
Distribution: Void, Linux From Scratch, Slackware64
Posts: 3,152

Rep: Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856Reputation: 856
Smile

meetscott,
Installing gnome was dead easy ( I don't really like kde ) just go here:
http://gnomeslackbuild.org
If you've used debian and apt-get it will be very familiar installed perfectly first time ( binary install - couldn't get the dev version to compile ), DO read the configuration pages!

kantu,
The theme and icons are here:
http://gnome-look.org/content/show.php?content=91601

I you like it please vote for it!
 
Old 06-25-2010, 09:54 AM   #525
JokerBoy
Member
 
Registered: Sep 2009
Posts: 140

Rep: Reputation: 24
http://img163.imageshack.us/img163/5497/snapshot1q.png
 
  


Reply

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



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 06:58 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