LinuxQuestions.org
Review your favorite Linux distribution.
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 11-09-2010, 08:52 PM   #1
gunzzz5930
Member
 
Registered: Apr 2010
Posts: 32

Rep: Reputation: 0
Smile How to set conky to load at startup?


How to set conky to load at startup?


MORE POWER LNXQ!!
 
Old 11-09-2010, 09:30 PM   #2
bnguyen
Member
 
Registered: Jul 2010
Distribution: Slackware
Posts: 125

Rep: Reputation: 33
This totally depends on DE/WM. Which one you are using?
 
Old 11-09-2010, 10:29 PM   #3
gunzzz5930
Member
 
Registered: Apr 2010
Posts: 32

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by bnguyen View Post
This totally depends on DE/WM. Which one you are using?
What is DE/WM?

I use xfce slackware 13.1
 
Old 11-09-2010, 11:06 PM   #4
bnguyen
Member
 
Registered: Jul 2010
Distribution: Slackware
Posts: 125

Rep: Reputation: 33
Desktop Environment (like KDE, GNOME, XFCE) / Window Manager (like Openbox, Fluxbox)

In XFCE, you go to Settings > Session and Startup > Application Autostart, then add an entry there.
 
Old 11-10-2010, 12:56 AM   #5
gunzzz5930
Member
 
Registered: Apr 2010
Posts: 32

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by bnguyen View Post
Desktop Environment (like KDE, GNOME, XFCE) / Window Manager (like Openbox, Fluxbox)

In XFCE, you go to Settings > Session and Startup > Application Autostart, then add an entry there.
I see conky load, but when wallpaper is loaded it desappears...
 
Old 11-10-2010, 01:27 AM   #6
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
change your conky config file

own_window_type desktop
own_window_type normal

This should fix your disappearing conky.
 
Old 11-10-2010, 01:38 AM   #7
gunzzz5930
Member
 
Registered: Apr 2010
Posts: 32

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Daedra View Post
change your conky config file

own_window_type desktop
own_window_type normal

This should fix your disappearing conky.

Fixed!!! But display in window mode that user able to close the application..

Thanks!

own_window_type desktop - would be prefereable...
Any idea?
 
Old 11-10-2010, 02:37 AM   #8
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
The only way I know of to get desktop mode to work is to disable xfce from drawing the wallpaper by killing the xfdesktop process. Then I use compiz wallpaper plugin to draw my wallpaper. the trade off though is that you lose the ability to have icons on your desktop. I have yet to find a permanent fix for this with KDE or Xfce.
 
Old 11-10-2010, 10:43 AM   #9
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Rep: Reputation: 47
I have this working in KDE, with the ability to have desktop icons, etc... It took me days to figure out how to configure it properly. It was all in the conkyrc configuration. I don't have that computer with my right now, but when I get home from work, I will post my conkyrc, maybe my configuration will work in xfce also.
 
Old 11-10-2010, 12:09 PM   #10
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
Quote:
Originally Posted by lewisforlife View Post
I have this working in KDE, with the ability to have desktop icons, etc... It took me days to figure out how to configure it properly. It was all in the conkyrc configuration. I don't have that computer with my right now, but when I get home from work, I will post my conkyrc, maybe my configuration will work in xfce also.
That would be great... I was going to install conky for my kde desktop.
 
Old 11-10-2010, 04:03 PM   #11
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Quote:
Originally Posted by lewisforlife View Post
I have this working in KDE, with the ability to have desktop icons, etc... It took me days to figure out how to configure it properly. It was all in the conkyrc configuration. I don't have that computer with my right now, but when I get home from work, I will post my conkyrc, maybe my configuration will work in xfce also.
I didn't word that right, what I meant was I have never been able to use
own_desktop_type desktop with default KDE settings. Conky always disappears behind the plasma desktop unless I use own_desktop_type normal. I use compiz to draw my wallpaper so its not an issue anymore, but I am still interested if someone has a fix.
 
Old 11-10-2010, 11:13 PM   #12
CincinnatiKid
Member
 
Registered: Jul 2010
Posts: 454

Rep: Reputation: 47
Here is my KDE set up. I have some stuff in there detecting my CPU temp, so you may want to take that out because it is specific to my comp, but other than that, try this and see if it works in XFCE:

Code:
alignment top_right
background no
border_width 1
cpu_avg_samples 2
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
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 5
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_argb_visual yes
own_window_class Conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
${scroll 35 $nodename - $sysname $kernel on $machine | }
$hr
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
$hr
${color grey}File systems:
 / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
 /home $color${fs_used /home}/${fs_size /home} ${fs_bar 6 /home}
${color grey}Networking:
 Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed 
wlan0}
${color grey}Temperature
 $color ${execi 1 sed 's/ [ ]*/ /' /proc/acpi/thermal_zone/ATF0/temperature}
 $color ${execi 1 sed 's/ [ ]*/ /' /proc/acpi/thermal_zone/DTS0/temperature}
 $color ${execi 1 sed 's/ [ ]*/ /' /proc/acpi/thermal_zone/DTS1/temperature}

$hr
${color grey}Name              PID   CPU%   MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
 
  


Reply



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
LXer: Conky Colors Makes Your Conky Beautiful In Seconds (Version 3.20 Released) LXer Syndicated Linux News 0 08-01-2010 11:21 AM
[SOLVED] Conky on Startup CincinnatiKid Slackware 3 07-25-2010 12:30 PM
LXer: ConkyWizard: GUI To Set Up Conky Automatically LXer Syndicated Linux News 0 06-17-2010 03:40 AM
conky display isssue on Gnome desktop when initiated at startup sd|| Linux - Software 3 11-06-2009 05:21 PM
Teach me about conky and linux resource management... How do I read load? CPU avg? Mysticle31 Linux - Software 1 12-15-2007 06:18 PM

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

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