You are not logged in.
Problem is rather self explanatory, conky displays all of the code in tty1 but is cut off before finishing in scrotwm. I have played around with minimum_size and maximum_width a lot without success. However, that did fix the same problem on my netbook which is running openbox.
out_to_x no
out_to_console yes
update_interval 1.0
total_run_times 0
use_spacer none
minimum_size 1050
maximum_width 1050
TEXT
| ${font OpenLogos:size=10}ARCH X86_64 AMD Athlon(tm) 64 Processor +3200$font${voffset -4}Asus-A8N-E$ | Uptime: ${uptime} | CPU: ${cpu}% | RAM: $memperc% | SWAP: $swapperc% | Hard Drive: ${fs_free_perc /}% Free (${fs_type}) | Updates ${exec /home/administrator/list_upgradable.pl} | Wired Network ${downspeed eth0} k/s down ${upspeed eth0} k/s Up | Wireless Network ${downspeed wlan0} k/s Down ${upspeed wlan0} k/s Up | ${execi 300 /home/administrator/weather.sh "NAM|US|TN|NASHVILLE"}Here is pic of the problem, I apologize if the image creates a bandwidth problem. I think its small enough.
Offline
Problem is rather self explanatory, conky displays all of the code in tty1 but is cut off before finishing in scrotwm. I have played around with minimum_size and maximum_width a lot without success. However, that did fix the same problem on my netbook which is running openbox.
out_to_x no out_to_console yes update_interval 1.0 total_run_times 0 use_spacer none minimum_size 1050 maximum_width 1050 TEXT | ${font OpenLogos:size=10}ARCH X86_64 AMD Athlon(tm) 64 Processor +3200$font${voffset -4}Asus-A8N-E$ | Uptime: ${uptime} | CPU: ${cpu}% | RAM: $memperc% | SWAP: $swapperc% | Hard Drive: ${fs_free_perc /}% Free (${fs_type}) | Updates ${exec /home/administrator/list_upgradable.pl} | Wired Network ${downspeed eth0} k/s down ${upspeed eth0} k/s Up | Wireless Network ${downspeed wlan0} k/s Down ${upspeed wlan0} k/s Up | ${execi 300 /home/administrator/weather.sh "NAM|US|TN|NASHVILLE"}Here is pic of the problem, I apologize if the image creates a bandwidth problem. I think its small enough.
This may oe may not work but try putting all commands in {} ie: ${font} in some cases not having them in {} causes problems.
I'll be watching. - not a scrotwm user - it may be that - don't know.
Last edited by Sector11 (2011-08-13 16:11:19)
Offline
My guess is that the output string is too long. There is a hard limit in scrotwm.c:
#define SWM_BAR_MAX (256)You could bump that to a thousand or so, if you can spare a KB of ram :-)
Personally, I start running out of space at 150 characters, but maybe you have a giant screen.
Or if rebuilding ScrotWM is too much trouble, shorten the output.
Offline
why not piping conky output through dzen2?
arst
Offline
Or --- use two or three conkys side by side.... here's 11 conkys running together --- it can be done, and look seamless too!

That second column is two conkys split between
+- Locks:
| ${goto 22}+- ${exec xset q | grep Num |awk '{print "Num: "$8}'}
| ${goto 22}+- ${exec xset q | grep Caps |awk '{print "Cap: "$4}'}
| and
TEXT
+- ${execp ~/Conky/GNU/gnu_astro.sh}
|
+---- Anniversaries ------>${goto 285}| DaysExcept today the line "Gemini from 21 May - 20 Jun" is gone.
Last edited by Sector11 (2011-08-13 16:53:30)
Offline
This may oe may not work but try putting all commands in {} ie: ${font} in some cases not having them in {} causes problems.
I'll be watching. - not a scrotwm user - it may be that - don't know.
Actually since I am running conky via scrotwm's bar there is no since in using fonts since their not working. Nevertheless I replaced all of the $command with ${command} and the problem didn't resolve. Thanks for tip though.
My guess is that the output string is too long. There is a hard limit in scrotwm.c:
#define SWM_BAR_MAX (256)You could bump that to a thousand or so, if you can spare a KB of ram :-)
Personally, I start running out of space at 150 characters, but maybe you have a giant screen.Or if rebuilding ScrotWM is too much trouble, shorten the output.
Rebuilding Scrotwm isn't too much trouble but I haven't had the time to try it yet. I'll try it and report back, by the way my screen is a 1920x1080 Acer lol.
why not piping conky output through dzen2?
I'll try dzen2 but I would rather use scrotwm bar if possible.
Or --- use two or three conkys side by side.... here's 11 conkys running together --- it can be done, and look seamless too!
http://dl.dropbox.com/u/16070765/thmb_0001.png
That second column is two conkys split between+- Locks: | ${goto 22}+- ${exec xset q | grep Num |awk '{print "Num: "$8}'} | ${goto 22}+- ${exec xset q | grep Caps |awk '{print "Cap: "$4}'} |and
TEXT +- ${execp ~/Conky/GNU/gnu_astro.sh} | +---- Anniversaries ------>${goto 285}| DaysExcept today the line "Gemini from 21 May - 20 Jun" is gone.
This is the most promising, I have tried to execute two instances of conky in a variety of ways since I have a similar setup on my netbook (Openbox). However scrotwm's bar seems to only display one conky at a time. I normally create a script for running two conkys:
!#/bin/bash
conky --config=$HOME/.conkyrc &
conky --config=$HOME/.conkyrc2 &
fi
But thats not working here, I am wondering how conky would run in its on window made to look like it was integrated with scrotwm. Nice desktop by the way.
Offline
But thats not working here, I am wondering how conky would run in its on window made to look like it was integrated with scrotwm. Nice desktop by the way.
I know there are some scrotwm users over at #! and if my memory serves me at least one uses a oneline conky across the top.
I'll be back.
Offline
I have tried to execute two instances of conky in a variety of ways since I have a similar setup on my netbook (Openbox). However scrotwm's bar seems to only display one conky at a time.
ScrotWM's bar runs a shell script and displays the last line of output (conky-cli). The fancy conky setups write directly to the root window, which does work in scrotwm. Though I prefer to use root-tail, for example
root-tail -color black <(pv -qL 90 /dev/urandom)To use conky on your ScrotWM desktop, start conky in .xinitrc like you would any other WM.
Offline
Sector 11 i need this conky setup pls guide me how to set up and provide me with the conkyrc code..!! i would be really thankful to you..!!
![]()
Offline
Sector 11 i need this conky setup pls guide me how to set up and provide me with the conkyrc code..!! i would be really thankful to you..!!
![]()
Which conky are you talking about?
I have a new one: Space Shuttle Statler (tar.gz)
Scroll down to the bottom of the page.
Offline
Buddy you are like GOD for conky. Saw your many post in conky thread in arch forum.
I am first intrested in the conky of which you have posted a pic and also if possible share horizontal conky. a very simple one. Buddy other thing is that in my conky i am unable to display symbols or logo. instead of arch logo i am getting an alphabet B . Can you tell me how can i learn making conky's ??
Offline
Buddy you are like GOD for conky. Saw your many post in conky thread in arch forum.
![]()
I am first intrested in the conky of which you have posted a pic and also if possible share horizontal conky. a very simple one. Buddy other thing is that in my conky i am unable to display symbols or logo. instead of arch logo i am getting an alphabet B . Can you tell me how can i learn making conky's ??
my 2 cents for the archlinux logo i think Openlogos font is necessary http://aur.archlinux.org/packages.php?ID=17219
Offline
Thanks warenoso ![]()
Offline
creative2innovative wrote:Buddy you are like GOD for conky. Saw your many post in conky thread in arch forum.
![]()
I am first intrested in the conky of which you have posted a pic and also if possible share horizontal conky. a very simple one. Buddy other thing is that in my conky i am unable to display symbols or logo. instead of arch logo i am getting an alphabet B . Can you tell me how can i learn making conky's ??
my 2 cents for the archlinux logo i think Openlogos font is necessary http://aur.archlinux.org/packages.php?ID=17219
Agreed, openlogos letter: B is the ARCH logo.
@ creative2innovative - are you using "scrotwm" - we should move your questions over to the main conky thread. This thread was/is for dcj123's specific problem. I dawned on me we were hijacking the thread.
Either way I'll help you all I can but there are others here that are a lot better with conky than I am, I still ask a lot of questions myself.
Just willing to help when I can.
So can we move your questions to: » conky configs and screenshots!
Offline