Posts: 75
equimanthorn
Joined: 28 Sep 2008
#1
Hello !
How can I add ibus to the startup application?
And how can I add a battery indicator on the fluxbox toolbar ( or in conky) ?

I'm using fluxbox.

Thanks for yours answers
Posts: 1,062
Dave
Joined: 20 Jan 2010
#2
you can add ibus to the fluxbox startup by running
menu --> run
type:"add-start" and press ok
choose to apply to fluxbox and press ok
type: the command you wish to have startup EG: ibus

If you need a startup delay, add the appropriate time in secconds by checking off"Sleep Time" .
Press ok , and ok again. It should now be in startup, you can verify this by pressing the Fluxbox Startup button.

For battery, open the control center and in the desktop tab press the edit system moniter button.
control center --> desktop tab --> edit system moniter
Find the TEXT line ( should be around line 204 )
add your battery line below in the desired area
save the file and conky should auto adjust.

Battery line examples are above the TEXT line, but here is an example from mine

Code: Select all

${color cccccc}Battery: ${battery_bar BAT0}, ${battery_percent BAT0}% 
The BAT value may differ from mine ( EG: BAT0 may be BAT1 or BAT2 ) so you may need to try a few of them.
Posts: 75
equimanthorn
Joined: 28 Sep 2008
#3
Thanks Dave ! __{{emoticon}}__
Thank to you and to google I resolve my mistakes ! __{{emoticon}}__

For enable ibus at startup I need to run the ibus-daemon and for show the battery in Conky I change my battery
to BAT0

谢谢 !!!