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
topic title: ibus and battery indicator
3 posts
• Page 1 of 1
-
Posts: 75
- Joined: 28 Sep 2008
-
Posts: 1,062
- 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
The BAT value may differ from mine ( EG: BAT0 may be BAT1 or BAT2 ) so you may need to try a few of them.
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}%
-
Posts: 75
- 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
谢谢 !!!
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
谢谢 !!!