You are not logged in.

#1 2011-06-19 08:24:35

tasty_minerals
Member
Registered: 2011-03-30
Posts: 191

[SOLVED] Is there a language indicator package?

Can somebody advise me on any language indicator for a taskbar?

Last edited by tasty_minerals (2011-06-19 17:11:53)


lenovo thinkpad EDGE 13'

Offline

#2 2011-06-19 11:30:06

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: [SOLVED] Is there a language indicator package?

I use sbxkb from the AUR.

By the way, I display it on demand only using this script, which is bound to a certain key combination in my openbox/tint2 setup:

#!/bin/bash
#
# Toggle keyboard language indicator in tray.

# Check for a running indicator and only do kill it if necessary.
( ps -e | grep sbxkb &>/dev/null ) && killall sbxkb && exit 0

# Otherwise stop the composition manager as this interferes with the flag display.
# Then start the indicator.
COMP -s
sbxkb &

To know or not to know ...
... the questions remain forever.

Offline

#3 2011-06-19 17:11:30

tasty_minerals
Member
Registered: 2011-03-30
Posts: 191

Re: [SOLVED] Is there a language indicator package?

thanks, will check it out!


lenovo thinkpad EDGE 13'

Offline

Board footer

Powered by FluxBB