You are not logged in.

#1 2011-04-12 16:52:45

Tycon712
Member
From: North Carolina
Registered: 2010-07-13
Posts: 34
Website

[SOLVED] Yet another conky startup problem.

Before you start getting mad at me, yes, I have looked through the forums and the conky website to try and fix this problem.
Every time I start up my computer, I cannot get conky to display on its own. I'm always forced to do it manually.
I've tried adding conky to my startup programs, to my rc.conf, and I've tried creating a delay script to force conky to start after the background is displayed and setting it to the startup programs.
I've posted below the beginning of my conky file and my conky delay script file.
What am I doing wrong?
Should I add the delay script to my startup programs or the daemons list in rc.conf?

double_buffer yes
background yes
font Snap.se:size=8
xftfont Snap.se:size=8
use_xft yes
xftalpha 0.1
update_interval 1.0
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no
minimum_size 250 5
maximum_width 250
default_color ffffff
default_shade_color 000000
default_outline_color 000000
color1 ffffff
color2 1793d1
color3 ffffff
alignment top_right
gap_x 6
gap_y 35
cpu_avg_samples 2
override_utf8_locale no
uppercase no # set to yes if you want all text to be in uppercase
use_spacer no
#!/bin/bash
sleep 30 && conky;

Last edited by Tycon712 (2011-04-12 16:58:15)


"If you would be a real seeker after truth, it is necessary that at least once in your life you doubt, as far as possible, all things."
-René Descartes

Offline

#2 2011-04-12 16:59:08

Tycon712
Member
From: North Carolina
Registered: 2010-07-13
Posts: 34
Website

Re: [SOLVED] Yet another conky startup problem.

Found out that I was running conky from my rc.conf and the delay script from my "Startup Applications" at the same time.
Fail.


"If you would be a real seeker after truth, it is necessary that at least once in your life you doubt, as far as possible, all things."
-René Descartes

Offline

Board footer

Powered by FluxBB