![]() |
2010-10-29
, 22:22
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#82
|
![]() |
2010-10-29
, 22:36
|
|
Posts: 889 |
Thanked: 2,087 times |
Joined on Sep 2010
@ Manchester
|
#83
|
mrsellout: Right now, you need to manually enable Conky's rotation. My .conf file switches layouts depending on device orientation, so that you get a portrait mode-compatible layout when conky is rotated. However, I don't yet know how to enable rotation the moment conky is launched from a command I could run from within Conky.
At any rate, I'm glad you liked it. Also, you may be able to avoid the need to copy and paste the conf file's contents into a blank file if you download directly from the N900. I saved it, renamed it, and uploaded it, from the N900, and will probably continue doing so, so you may be able to avoid whatever openings/saving/renaming it in Windows causes.
The Following User Says Thank You to mrsellout For This Useful Post: | ||
![]() |
2010-10-29
, 23:02
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#84
|
![]() |
2010-10-30
, 16:05
|
|
Posts: 943 |
Thanked: 3,229 times |
Joined on Jun 2010
@ Zagreb
|
#86
|
Sowill place the h of the right-most "blah" against an imaginary vertical line 300 pixels away from the left edge of the screen.Code:${alignr 300}Blahblah$variable blah
${color 4072a5}RAM:${goto 75}${color 3a3030}${voffset 2}${membar 16,240} ${color }${voffset -20}${goto 110}$mem${goto 160}/ $memmax ${color }${alignr 348}${voffset -18}$memperc%${color 4072a5}${goto 400}Mem:${color black}${memgraph 16,105 ffffff 0000ff -t} ${color 4072a5}Swap:${goto 75}${color 3a3030}${swapbar 16,240} ${color }${voffset -18}${goto 110}$swap${goto 160}/ $swapmax ${color }${alignr 301}${voffset -18}$swapperc%${color #4072a5}${goto 400}Battery: ${color}${battery_short} ${battery_volts}mV ${color 4072a5}rootfs:${goto 75}${color 3a3030}${fs_bar 16,240 /} ${color }${voffset -18}${goto 110}${fs_used /}${goto 160}/ ${fs_size /} ${color }${alignr 255}${voffset -20}(${fs_free /}) ${color 4072a5}${goto 400}Processes:$color $processes ${color 4072a5}Running:$color $running_processes ${color 4072a5}home:${goto 75}${color 3a3030}${fs_bar 16,240 /home} ${color }${voffset -18}${goto 110}${fs_used /home}${goto 160}/ ${fs_size /home} ${color }${alignr 290}${voffset -20}(${fs_free /home})${color 4072a5}${goto 400}Cell Radio: $color ${cell_radio_dbm}dBm ${cell_radio_percent}% ${if_mounted /home/user/MyDocs}${color 4072a5}MyDocs:${goto 75}${color 3a3030}${fs_bar 16,240 /home/user/MyDocs} ${color }${voffset -18}${goto 110}${fs_used /home/user/MyDocs}${goto 160}/ ${fs_size /home/user/MyDocs} ${color }${alignr 347}${voffset -20}(${fs_free /home/user/MyDocs})$endif${color 4072a5}${goto 400}Dio:${color black}${diskiograph /dev/mmcblk0 16,105 ffffff 00ff00 -t -1} ${if_mounted /media/mmc1}${color 4072a5}MicroSD:${goto 75}${color 3a3030}${fs_bar 16,240 /media/mmc1} ${color }${voffset -18}${goto 110}${fs_used /media/mmc1}${goto 160}/ ${fs_size /media/mmc1} ${color }${alignr 478}${voffset -20}(${fs_free /media/mmc1}) $endif
![]() |
2010-10-30
, 16:31
|
Posts: 31 |
Thanked: 8 times |
Joined on Sep 2010
|
#87
|
![]() |
2010-10-30
, 19:37
|
|
Posts: 943 |
Thanked: 3,229 times |
Joined on Jun 2010
@ Zagreb
|
#88
|
![]() |
2010-10-30
, 19:47
|
Posts: 31 |
Thanked: 8 times |
Joined on Sep 2010
|
#89
|
![]() |
2010-10-30
, 20:33
|
|
Posts: 943 |
Thanked: 3,229 times |
Joined on Jun 2010
@ Zagreb
|
#90
|
"8582 user 31548 S /usr/bin/conky -d -c /etc/conky/conky.conf"
The majority of my post was about that being there, because on my N900 that process was eating CPU needlessly.
I think what you were reporting is perfectly normal. Not really needing any fixing.